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 Summary
Fields Modifier and Type Field Description int
state
boolean
syncAutomatically
Bundle
syncExtras
int
syncRequests
List<PeriodicSync>
syncs
-
Constructor Summary
Constructors Constructor Description Status()
-
-
-
Field Detail
-
syncRequests
public int syncRequests
-
state
public int state
-
syncAutomatically
public boolean syncAutomatically
-
syncExtras
public Bundle syncExtras
-
syncs
public List<PeriodicSync> syncs
-
-