Home
last modified time | relevance | path

Searched refs:getMasterSyncAutomatically (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/content/
DIContentService.aidl115 boolean getMasterSyncAutomatically(); in getMasterSyncAutomatically() method
DContentService.java471 public boolean getMasterSyncAutomatically() { in getMasterSyncAutomatically() method in ContentService
480 return syncManager.getSyncStorageEngine().getMasterSyncAutomatically(userId); in getMasterSyncAutomatically()
DContentResolver.java1609 public static boolean getMasterSyncAutomatically() { in getMasterSyncAutomatically() method in ContentResolver
1611 return getContentService().getMasterSyncAutomatically(); in getMasterSyncAutomatically()
DSyncManager.java607 && mSyncStorageEngine.getMasterSyncAutomatically(account.userId) in scheduleSync()
1087 + mSyncStorageEngine.getMasterSyncAutomatically(user.id) + " "); in dumpSyncState()
1840 if (!mSyncStorageEngine.getMasterSyncAutomatically(info.userId) in scheduleReadyPeriodicSyncs()
2029 && (!mSyncStorageEngine.getMasterSyncAutomatically(op.userId) in maybeStartNextSyncLocked()
DSyncStorageEngine.java797 public boolean getMasterSyncAutomatically(int userId) { in getMasterSyncAutomatically() method in SyncStorageEngine
/frameworks/base/core/tests/coretests/src/android/content/
DSyncStorageEngineTest.java346 assertEquals(false, engine.getMasterSyncAutomatically(0)); in testListenForTicklesParsing()
347 assertEquals(true, engine.getMasterSyncAutomatically(1)); in testListenForTicklesParsing()
348 assertEquals(true, engine.getMasterSyncAutomatically(2)); in testListenForTicklesParsing()
/frameworks/base/docs/html/sdk/api_diff/5/
DmissingSinces.txt145 NO DOC BLOCK: android.content.ContentResolver Method getMasterSyncAutomatically()
/frameworks/base/api/
D14.txt4903 method public static boolean getMasterSyncAutomatically();
D15.txt4912 method public static boolean getMasterSyncAutomatically();
D16.txt5137 method public static boolean getMasterSyncAutomatically();
D17.txt5228 method public static boolean getMasterSyncAutomatically();
Dcurrent.txt5228 method public static boolean getMasterSyncAutomatically();