Home
last modified time | relevance | path

Searched refs:setSyncAutomatically (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
DSyncStorageEngineTest.java172 engine.setSyncAutomatically(account1, 0, authority1, true); in testAuthorityPersistence()
175 engine.setSyncAutomatically(account2, 0, authority1, true); in testAuthorityPersistence()
178 engine.setSyncAutomatically(account1, 0, authority2, false); in testAuthorityPersistence()
181 engine.setSyncAutomatically(account2, 0, authority2, true); in testAuthorityPersistence()
/frameworks/base/core/java/android/content/
DIContentService.aidl56 void setSyncAutomatically(in Account account, String providerName, boolean sync); in setSyncAutomatically() method
DContentService.java309 public void setSyncAutomatically(Account account, String providerName, boolean sync) { in setSyncAutomatically() method in ContentService
318 syncManager.getSyncStorageEngine().setSyncAutomatically( in setSyncAutomatically()
DContentResolver.java1442 public static void setSyncAutomatically(Account account, String authority, boolean sync) { in setSyncAutomatically() method in ContentResolver
1444 getContentService().setSyncAutomatically(account, authority, sync); in setSyncAutomatically()
DSyncStorageEngine.java480 public void setSyncAutomatically(Account account, int userId, String providerName, in setSyncAutomatically() method in SyncStorageEngine
/frameworks/base/docs/html/sdk/api_diff/5/
DmissingSinces.txt269 NO DOC BLOCK: android.content.ContentResolver Method setSyncAutomatically(android.accounts.Account,…
/frameworks/base/api/
D14.txt4927 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
D15.txt4936 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
Dcurrent.txt5162 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
D16.txt5162 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…