Home
last modified time | relevance | path

Searched refs:cancelAccountAccessRequestNotificationIfNeeded (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java342 cancelAccountAccessRequestNotificationIfNeeded(uid, true); in AccountManagerService()
348 cancelAccountAccessRequestNotificationIfNeeded(uid, true); in AccountManagerService()
365 cancelAccountAccessRequestNotificationIfNeeded(packageName, uid, true); in AccountManagerService()
402 cancelAccountAccessRequestNotificationIfNeeded( in AccountManagerService()
422 private void cancelAccountAccessRequestNotificationIfNeeded(int uid, in cancelAccountAccessRequestNotificationIfNeeded() method in AccountManagerService
426 cancelAccountAccessRequestNotificationIfNeeded(account, uid, checkAccess); in cancelAccountAccessRequestNotificationIfNeeded()
430 private void cancelAccountAccessRequestNotificationIfNeeded(String packageName, int uid, in cancelAccountAccessRequestNotificationIfNeeded() method in AccountManagerService
434 cancelAccountAccessRequestNotificationIfNeeded(account, uid, packageName, checkAccess); in cancelAccountAccessRequestNotificationIfNeeded()
438 private void cancelAccountAccessRequestNotificationIfNeeded(Account account, int uid, in cancelAccountAccessRequestNotificationIfNeeded() method in AccountManagerService
443 cancelAccountAccessRequestNotificationIfNeeded(account, uid, in cancelAccountAccessRequestNotificationIfNeeded()
[all …]