Package org.robolectric.shadows
Class ShadowContentResolver.Status
java.lang.Object
org.robolectric.shadows.ShadowContentResolver.Status
- Enclosing class:
- ShadowContentResolver
public static class ShadowContentResolver.Status extends Object
- 
Field SummaryFields Modifier and Type Field Description intstatebooleansyncAutomaticallyBundlesyncExtrasintsyncRequestsList<PeriodicSync>syncs
- 
Constructor SummaryConstructors Constructor Description Status()
- 
Method Summary
- 
Field Details- 
syncRequestspublic int syncRequests
- 
statepublic int state
- 
syncAutomaticallypublic boolean syncAutomatically
- 
syncExtras
- 
syncs
 
- 
- 
Constructor Details- 
Statuspublic Status()
 
-