Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowContentResolver.java78 protected static boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ShadowContentResolver
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowContentResolver.java74 protected static boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ShadowContentResolver
/aosp12/frameworks/base/core/java/android/content/
H A DIContentService.aidl139 boolean getMasterSyncAutomaticallyAsUser(int userId); in getMasterSyncAutomaticallyAsUser() method
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1041 public boolean getMasterSyncAutomaticallyAsUser(int userId) { in getMasterSyncAutomaticallyAsUser() method in ContentService