Home
last modified time | relevance | path

Searched refs:getSyncAutomatically (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java131 assertEquals(true, engine.getSyncAutomatically(account1, 0, authority1)); in testAuthorityPersistence()
132 assertEquals(true, engine.getSyncAutomatically(account2, 0, authority1)); in testAuthorityPersistence()
133 assertEquals(false, engine.getSyncAutomatically(account1, 0, authority2)); in testAuthorityPersistence()
134 assertEquals(true, engine.getSyncAutomatically(account2, 0, authority2)); in testAuthorityPersistence()
207 assertEquals(false, engine.getSyncAutomatically(account1, 0, authorityContacts)); in testAuthorityRenaming()
208 assertEquals(false, engine.getSyncAutomatically(account1, 0, authorityCalendar)); in testAuthorityRenaming()
209 assertEquals(true, engine.getSyncAutomatically(account1, 0, authorityOther)); in testAuthorityRenaming()
210 assertEquals(true, engine.getSyncAutomatically(account1, 0, authorityContactsNew)); in testAuthorityRenaming()
211 assertEquals(true, engine.getSyncAutomatically(account1, 0, authorityCalendarNew)); in testAuthorityRenaming()
213 assertEquals(false, engine.getSyncAutomatically(account2, 0, authorityContacts)); in testAuthorityRenaming()
[all …]
/frameworks/base/core/java/android/content/
DIContentService.aidl75 boolean getSyncAutomatically(in Account account, String providerName); in getSyncAutomatically() method
DContentResolver.java2063 public static boolean getSyncAutomatically(Account account, String authority) { in getSyncAutomatically() method in ContentResolver
2065 return getContentService().getSyncAutomatically(account, authority); in getSyncAutomatically()
/frameworks/base/core/java/com/android/server/backup/
DAccountSyncSettingsBackupHelper.java169 boolean syncEnabled = ContentResolver.getSyncAutomatically(account, authority); in serializeAccountSyncSettingsToJSON()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java692 public boolean getSyncAutomatically(Account account, String providerName) { in getSyncAutomatically() method in ContentService
712 .getSyncAutomatically(account, userId, providerName); in getSyncAutomaticallyAsUser()
DSyncManager.java852 && mSyncStorageEngine.getSyncAutomatically(account.account, in scheduleSync()
2749 syncEnabled = syncEnabled && mSyncStorageEngine.getSyncAutomatically( in isOperationValid()
DSyncStorageEngine.java555 public boolean getSyncAutomatically(Account account, int userId, String providerName) { in getSyncAutomatically() method in SyncStorageEngine
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7017 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);
/frameworks/base/api/
Dcurrent.txt7916 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);
Dtest-current.txt7923 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);
Dsystem-current.txt8230 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);