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

  /external/robolectric/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 285 boolean syncAutomatically = ContentResolver.getSyncAutomatically(account, authority);
290 boolean oldSyncState = syncAutomatically;

Completed in 6828 milliseconds