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.java339 cancelAccountAccessRequestNotificationIfNeeded(uid, true); in AccountManagerService()
345 cancelAccountAccessRequestNotificationIfNeeded(uid, true); in AccountManagerService()
362 cancelAccountAccessRequestNotificationIfNeeded(packageName, uid, true); in AccountManagerService()
399 cancelAccountAccessRequestNotificationIfNeeded( in AccountManagerService()
419 private void cancelAccountAccessRequestNotificationIfNeeded(int uid, in cancelAccountAccessRequestNotificationIfNeeded() method in AccountManagerService
423 cancelAccountAccessRequestNotificationIfNeeded(account, uid, checkAccess); in cancelAccountAccessRequestNotificationIfNeeded()
427 private void cancelAccountAccessRequestNotificationIfNeeded(String packageName, int uid, in cancelAccountAccessRequestNotificationIfNeeded() method in AccountManagerService
431 cancelAccountAccessRequestNotificationIfNeeded(account, uid, packageName, checkAccess); in cancelAccountAccessRequestNotificationIfNeeded()
435 private void cancelAccountAccessRequestNotificationIfNeeded(Account account, int uid, in cancelAccountAccessRequestNotificationIfNeeded() method in AccountManagerService
440 cancelAccountAccessRequestNotificationIfNeeded(account, uid, in cancelAccountAccessRequestNotificationIfNeeded()
[all …]