HomeSort by relevance Sort by last modified time
    Searched refs:syncAutomatically (Results 1 - 3 of 3) 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/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncSettings.java 153 boolean syncAutomatically = ContentResolver.getSyncAutomatically(account, authority);
158 boolean oldSyncState = syncAutomatically;
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 291 boolean syncAutomatically = ContentResolver.getSyncAutomaticallyAsUser(account,
297 boolean oldSyncState = syncAutomatically;

Completed in 7636 milliseconds