HomeSort by relevance Sort by last modified time
    Searched full:syncautomatically (Results 1 - 4 of 4) 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;
  /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 93 milliseconds