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
2294 public static boolean getMasterSyncAutomatically() { in getMasterSyncAutomatically() method in ContentResolver2296 return getContentService().getMasterSyncAutomatically(); in getMasterSyncAutomatically()
875 public boolean getMasterSyncAutomatically() { in getMasterSyncAutomatically() method in ContentService894 return syncManager.getSyncStorageEngine().getMasterSyncAutomatically(userId); in getMasterSyncAutomaticallyAsUser()
851 || (mSyncStorageEngine.getMasterSyncAutomatically(account.userId) in scheduleSync()1647 + mSyncStorageEngine.getMasterSyncAutomatically(user.id) + " "); in dumpSyncState()2732 boolean syncEnabled = mSyncStorageEngine.getMasterSyncAutomatically(target.userId); in isOperationValid()
847 public boolean getMasterSyncAutomatically(int userId) { in getMasterSyncAutomatically() method in SyncStorageEngine
7011 method public static boolean getMasterSyncAutomatically();
7910 method public static boolean getMasterSyncAutomatically();
7916 method public static boolean getMasterSyncAutomatically();
8224 method public static boolean getMasterSyncAutomatically();