HomeSort by relevance Sort by last modified time
    Searched refs:syncAutomatically (Results 1 - 20 of 20) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowContentResolver.java 83 public static void setSyncAutomatically(String authority, boolean syncAutomatically) {
84 sSyncAutomatically.put(authority, syncAutomatically);
87 public static void setMasterSyncAutomatically(int userId, boolean syncAutomatically) {
88 sMasterSyncAutomatically.put(userId, syncAutomatically);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java 58 public boolean syncAutomatically;
193 return getStatus(account, authority, true).syncAutomatically;
198 getStatus(account, authority, true).syncAutomatically = sync;
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 283 boolean syncAutomatically = ContentResolver.getSyncAutomaticallyAsUser(account,
295 boolean oldSyncState = syncAutomatically;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContentResolver.java 128 public boolean syncAutomatically;
474 return getStatus(account, authority, true).syncAutomatically;
479 getStatus(account, authority, true).syncAutomatically = sync;
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 382 milliseconds