Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DSyncStorageEngineTest.java192 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/
DIContentService.aidl48 boolean getSyncAutomatically(in Account account, String providerName); in getSyncAutomatically() method
DContentService.java284 public boolean getSyncAutomatically(Account account, String providerName) { in getSyncAutomatically() method in ContentService
291 return syncManager.getSyncStorageEngine().getSyncAutomatically( in getSyncAutomatically()
DContentResolver.java1199 public static boolean getSyncAutomatically(Account account, String authority) { in getSyncAutomatically() method in ContentResolver
1201 return getContentService().getSyncAutomatically(account, authority); in getSyncAutomatically()
DSyncManager.java602 && mSyncStorageEngine.getSyncAutomatically(account, authority)); in scheduleSync()
1740 if (!mSyncStorageEngine.getSyncAutomatically(info.account, info.authority)) { in scheduleReadyPeriodicSyncs()
1897 || !mSyncStorageEngine.getSyncAutomatically( in maybeStartNextSyncLocked()
DSyncStorageEngine.java392 public boolean getSyncAutomatically(Account account, String providerName) { in getSyncAutomatically() method in SyncStorageEngine
/frameworks/base/docs/html/sdk/api_diff/5/
DmissingSinces.txt171 NO DOC BLOCK: android.content.ContentResolver Method getSyncAutomatically(android.accounts.Account,…
/frameworks/base/api/
Dcurrent.txt4907 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);
D14.txt4907 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);