Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java117 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/
DIContentService.aidl84 void setSyncAutomatically(in Account account, String providerName, boolean sync); in setSyncAutomatically() method
DContentResolver.java2386 public static void setSyncAutomatically(Account account, String authority, boolean sync) { in setSyncAutomatically() method in ContentResolver
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java717 public void setSyncAutomatically(Account account, String providerName, boolean sync) { in setSyncAutomatically() method in ContentService
736 syncManager.getSyncStorageEngine().setSyncAutomatically(account, userId, in setSyncAutomaticallyAsUser()
DSyncStorageEngine.java637 public void setSyncAutomatically(Account account, int userId, String providerName, in setSyncAutomatically() method in SyncStorageEngine
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7043 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
/frameworks/base/api/
Dcurrent.txt8687 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…
Dsystem-current.txt9188 …method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean…