Home
last modified time | relevance | path

Searched defs:getSyncAutomaticallyAsUser (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowContentResolver.java64 protected static boolean getSyncAutomaticallyAsUser(Account account, String authority, in getSyncAutomaticallyAsUser() method in ShadowContentResolver
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowContentResolver.java68 protected static boolean getSyncAutomaticallyAsUser(Account account, String authority, in getSyncAutomaticallyAsUser() method in ShadowContentResolver
/aosp12/frameworks/base/core/java/android/content/
H A DIContentService.aidl77 boolean getSyncAutomaticallyAsUser(in Account account, String providerName, int userId); in getSyncAutomaticallyAsUser() method
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java835 public boolean getSyncAutomaticallyAsUser(Account account, String providerName, int userId) { in getSyncAutomaticallyAsUser() method in ContentService