HomeSort by relevance Sort by last modified time
    Searched full:syncautomatically (Results 1 - 5 of 5) 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 291 boolean syncAutomatically = ContentResolver.getSyncAutomaticallyAsUser(account,
297 boolean oldSyncState = syncAutomatically;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncSettings.java 153 boolean syncAutomatically = ContentResolver.getSyncAutomatically(account, authority);
158 boolean oldSyncState = syncAutomatically;
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverSyncTestCase.java 235 * Test if we can set and get the SyncAutomatically switch for an account
  /frameworks/base/core/java/android/content/
ContentResolver.java     [all...]

Completed in 605 milliseconds