Searched refs:setSyncAutomatically (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | SyncStorageEngineTest.java | 117 engine.setSyncAutomatically(account1, 0, authority1, true); in testAuthorityPersistence() 120 engine.setSyncAutomatically(account2, 0, authority1, true); in testAuthorityPersistence() 123 engine.setSyncAutomatically(account1, 0, authority2, false); in testAuthorityPersistence() 126 engine.setSyncAutomatically(account2, 0, authority2, true); in testAuthorityPersistence() 263 ContentResolver.setSyncAutomatically(account1, "", true); in testExpectedIllegalArguments()
|
/frameworks/base/core/java/android/content/ |
D | IContentService.aidl | 84 void setSyncAutomatically(in Account account, String providerName, boolean sync); in setSyncAutomatically() method
|
D | ContentResolver.java | 2386 public static void setSyncAutomatically(Account account, String authority, boolean sync) { in setSyncAutomatically() method in ContentResolver
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 717 public void setSyncAutomatically(Account account, String providerName, boolean sync) { in setSyncAutomatically() method in ContentService 736 syncManager.getSyncStorageEngine().setSyncAutomatically(account, userId, in setSyncAutomaticallyAsUser()
|
D | SyncStorageEngine.java | 637 public void setSyncAutomatically(Account account, int userId, String providerName, in setSyncAutomatically() method in SyncStorageEngine
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7043 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
|
/frameworks/base/api/ |
D | current.txt | 8687 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
|
D | system-current.txt | 9188 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
|