Searched refs:setSyncAutomatically (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/ |
D | SyncStorageEngineTest.java | 172 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/ |
D | IContentService.aidl | 56 void setSyncAutomatically(in Account account, String providerName, boolean sync); in setSyncAutomatically() method
|
D | ContentService.java | 309 public void setSyncAutomatically(Account account, String providerName, boolean sync) { in setSyncAutomatically() method in ContentService 318 syncManager.getSyncStorageEngine().setSyncAutomatically( in setSyncAutomatically()
|
D | ContentResolver.java | 1442 public static void setSyncAutomatically(Account account, String authority, boolean sync) { in setSyncAutomatically() method in ContentResolver 1444 getContentService().setSyncAutomatically(account, authority, sync); in setSyncAutomatically()
|
D | SyncStorageEngine.java | 480 public void setSyncAutomatically(Account account, int userId, String providerName, in setSyncAutomatically() method in SyncStorageEngine
|
/frameworks/base/docs/html/sdk/api_diff/5/ |
D | missingSinces.txt | 269 NO DOC BLOCK: android.content.ContentResolver Method setSyncAutomatically(android.accounts.Account,…
|
/frameworks/base/api/ |
D | 14.txt | 4927 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
|
D | 15.txt | 4936 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
|
D | current.txt | 5162 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
|
D | 16.txt | 5162 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
|