Searched refs:cancelAccountAccessRequestNotificationIfNeeded (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 361 cancelAccountAccessRequestNotificationIfNeeded(uid, true); in AccountManagerService() 367 cancelAccountAccessRequestNotificationIfNeeded(uid, true); in AccountManagerService() 424 cancelAccountAccessRequestNotificationIfNeeded( in AccountManagerService() 444 private void cancelAccountAccessRequestNotificationIfNeeded(int uid, in cancelAccountAccessRequestNotificationIfNeeded() method in AccountManagerService 448 cancelAccountAccessRequestNotificationIfNeeded(account, uid, checkAccess); in cancelAccountAccessRequestNotificationIfNeeded() 452 private void cancelAccountAccessRequestNotificationIfNeeded(String packageName, int uid, in cancelAccountAccessRequestNotificationIfNeeded() method in AccountManagerService 460 private void cancelAccountAccessRequestNotificationIfNeeded(Account account, int uid, in cancelAccountAccessRequestNotificationIfNeeded() method in AccountManagerService 465 cancelAccountAccessRequestNotificationIfNeeded(account, uid, in cancelAccountAccessRequestNotificationIfNeeded() 471 private void cancelAccountAccessRequestNotificationIfNeeded(Account account, in cancelAccountAccessRequestNotificationIfNeeded() method in AccountManagerService 2532 mHandler.post(() -> cancelAccountAccessRequestNotificationIfNeeded( in removeAccountInternal() [all …]
|