Home
last modified time | relevance | path

Searched defs:cancelSyncAsUser (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowContentResolver.java118 public static void cancelSyncAsUser(Account account, String authority, @UserIdInt int userId) { in cancelSyncAsUser() method in ShadowContentResolver
/aosp12/frameworks/base/core/java/android/content/
H A DIContentService.aidl66 void cancelSyncAsUser(in Account account, String authority, in ComponentName cname, int userId); in cancelSyncAsUser() method
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java713 public void cancelSyncAsUser(Account account, String authority, ComponentName cname, in cancelSyncAsUser() method in ContentService