Searched refs:getSyncAutomatically (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/ |
D | SyncStorageEngineTest.java | 192 assertEquals(true, engine.getSyncAutomatically(account1, authority1)); in testAuthorityPersistence() 193 assertEquals(true, engine.getSyncAutomatically(account2, authority1)); in testAuthorityPersistence() 194 assertEquals(false, engine.getSyncAutomatically(account1, authority2)); in testAuthorityPersistence() 195 assertEquals(true, engine.getSyncAutomatically(account2, authority2)); in testAuthorityPersistence() 342 assertEquals(false, engine.getSyncAutomatically(account1, authorityContacts)); in testAuthorityRenaming() 343 assertEquals(false, engine.getSyncAutomatically(account1, authorityCalendar)); in testAuthorityRenaming() 344 assertEquals(true, engine.getSyncAutomatically(account1, authorityOther)); in testAuthorityRenaming() 345 assertEquals(true, engine.getSyncAutomatically(account1, authorityContactsNew)); in testAuthorityRenaming() 346 assertEquals(true, engine.getSyncAutomatically(account1, authorityCalendarNew)); in testAuthorityRenaming() 348 assertEquals(false, engine.getSyncAutomatically(account2, authorityContacts)); in testAuthorityRenaming() [all …]
|
/frameworks/base/core/java/android/content/ |
D | IContentService.aidl | 48 boolean getSyncAutomatically(in Account account, String providerName); in getSyncAutomatically() method
|
D | ContentService.java | 284 public boolean getSyncAutomatically(Account account, String providerName) { in getSyncAutomatically() method in ContentService 291 return syncManager.getSyncStorageEngine().getSyncAutomatically( in getSyncAutomatically()
|
D | ContentResolver.java | 1199 public static boolean getSyncAutomatically(Account account, String authority) { in getSyncAutomatically() method in ContentResolver 1201 return getContentService().getSyncAutomatically(account, authority); in getSyncAutomatically()
|
D | SyncManager.java | 602 && mSyncStorageEngine.getSyncAutomatically(account, authority)); in scheduleSync() 1740 if (!mSyncStorageEngine.getSyncAutomatically(info.account, info.authority)) { in scheduleReadyPeriodicSyncs() 1897 || !mSyncStorageEngine.getSyncAutomatically( in maybeStartNextSyncLocked()
|
D | SyncStorageEngine.java | 392 public boolean getSyncAutomatically(Account account, 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 | current.txt | 4907 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);
|
D | 14.txt | 4907 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);
|