Searched refs:isSyncPendingAsUser (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | IContentService.aidl | 185 boolean isSyncPendingAsUser(in Account account, String authority, in ComponentName cname, in isSyncPendingAsUser() method
|
D | ContentResolver.java | 3133 return isSyncPendingAsUser(account, authority, UserHandle.myUserId()); 3140 public static boolean isSyncPendingAsUser(Account account, String authority, 3143 return getContentService().isSyncPendingAsUser(account, authority, null, userId);
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 1097 return isSyncPendingAsUser(account, authority, cname, UserHandle.getCallingUserId()); in isSyncPending() 1101 public boolean isSyncPendingAsUser(Account account, String authority, ComponentName cname, in isSyncPendingAsUser() method in ContentService
|
/frameworks/base/services/ |
D | art-profile | 5776 PLcom/android/server/content/ContentService;->isSyncPendingAsUser(Landroid/accounts/Account;Ljava/l…
|