Searched refs:getMasterSyncAutomatically (Results 1 – 11 of 11) sorted by relevance
164 assertEquals(false, engine.getMasterSyncAutomatically(0)); in testListenForTicklesParsing()165 assertEquals(true, engine.getMasterSyncAutomatically(1)); in testListenForTicklesParsing()166 assertEquals(true, engine.getMasterSyncAutomatically(2)); in testListenForTicklesParsing()
149 backupJSON.put(KEY_MASTER_SYNC_ENABLED, ContentResolver.getMasterSyncAutomatically()); in serializeAccountSyncSettingsToJSON()257 boolean currentMasterSyncEnabled = ContentResolver.getMasterSyncAutomatically(); in restoreEntity()
133 boolean getMasterSyncAutomatically(); in getMasterSyncAutomatically() method
2297 public static boolean getMasterSyncAutomatically() { in getMasterSyncAutomatically() method in ContentResolver2299 return getContentService().getMasterSyncAutomatically(); in getMasterSyncAutomatically()
856 public boolean getMasterSyncAutomatically() { in getMasterSyncAutomatically() method in ContentService875 return syncManager.getSyncStorageEngine().getMasterSyncAutomatically(userId); in getMasterSyncAutomaticallyAsUser()
945 || (mSyncStorageEngine.getMasterSyncAutomatically(account.userId) in scheduleSync()1807 + mSyncStorageEngine.getMasterSyncAutomatically(user.id) + " "); in dumpSyncState()2949 final boolean syncEnabled = mSyncStorageEngine.getMasterSyncAutomatically(target.userId) in computeSyncOpState()
861 public boolean getMasterSyncAutomatically(int userId) { in getMasterSyncAutomatically() method in SyncStorageEngine
7011 method public static boolean getMasterSyncAutomatically();
7927 method public static boolean getMasterSyncAutomatically();
8250 method public static boolean getMasterSyncAutomatically();
7936 method public static boolean getMasterSyncAutomatically();