Searched refs:getSyncAutomatically (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | SyncStorageEngineTest.java | 423 assertEquals(true, engine.getSyncAutomatically(account1, 0, authority1)); in testAuthorityPersistence() 424 assertEquals(true, engine.getSyncAutomatically(account2, 0, authority1)); in testAuthorityPersistence() 425 assertEquals(false, engine.getSyncAutomatically(account1, 0, authority2)); in testAuthorityPersistence() 426 assertEquals(true, engine.getSyncAutomatically(account2, 0, authority2)); in testAuthorityPersistence() 783 assertEquals(false, engine.getSyncAutomatically(account1, 0, authorityContacts)); in testAuthorityRenaming() 784 assertEquals(false, engine.getSyncAutomatically(account1, 0, authorityCalendar)); in testAuthorityRenaming() 785 assertEquals(true, engine.getSyncAutomatically(account1, 0, authorityOther)); in testAuthorityRenaming() 786 assertEquals(true, engine.getSyncAutomatically(account1, 0, authorityContactsNew)); in testAuthorityRenaming() 787 assertEquals(true, engine.getSyncAutomatically(account1, 0, authorityCalendarNew)); in testAuthorityRenaming() 789 assertEquals(false, engine.getSyncAutomatically(account2, 0, authorityContacts)); in testAuthorityRenaming() [all …]
|
/frameworks/base/core/java/android/content/ |
D | IContentService.aidl | 75 boolean getSyncAutomatically(in Account account, String providerName); in getSyncAutomatically() method
|
D | ContentResolver.java | 1910 public static boolean getSyncAutomatically(Account account, String authority) { in getSyncAutomatically() method in ContentResolver 1912 return getContentService().getSyncAutomatically(account, authority); in getSyncAutomatically()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 510 public boolean getSyncAutomatically(Account account, String providerName) { in getSyncAutomatically() method in ContentService 530 .getSyncAutomatically(account, userId, providerName); in getSyncAutomaticallyAsUser()
|
D | SyncManager.java | 751 && mSyncStorageEngine.getSyncAutomatically(account.account, in scheduleSync() 2166 || !mSyncStorageEngine.getSyncAutomatically( in isDispatchable() 2576 syncEnabled = syncEnabled && mSyncStorageEngine.getSyncAutomatically(
|
D | SyncStorageEngine.java | 624 public boolean getSyncAutomatically(Account account, int userId, String providerName) { in getSyncAutomatically() method in SyncStorageEngine
|
/frameworks/base/docs/html/sdk/api_diff/5/ |
D | missingSinces.txt | 171 NO DOC BLOCK: android.content.ContentResolver Method getSyncAutomatically(android.accounts.Account,…
|
/frameworks/base/api/ |
D | system-current.txt | 7256 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);
|
D | current.txt | 7019 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);
|