Searched refs:userAccounts (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 447 UserAccounts userAccounts = getUserAccounts(UserHandle.getUserId(uid)); in AccountManagerService() local 450 account, uid, packageName, true, userAccounts); in AccountManagerService() 470 boolean checkAccess, UserAccounts userAccounts) { in cancelAccountAccessRequestNotificationIfNeeded() argument 473 cancelAccountAccessRequestNotificationIfNeeded(account, uid, checkAccess, userAccounts); in cancelAccountAccessRequestNotificationIfNeeded() 478 boolean checkAccess, UserAccounts userAccounts) { in cancelAccountAccessRequestNotificationIfNeeded() argument 482 uid, packageName, checkAccess, userAccounts); in cancelAccountAccessRequestNotificationIfNeeded() 4303 UserAccounts userAccounts = getUserAccounts(UserHandle.getUserId(uid)); in newRequestAccountAccessIntent() local 4305 AccountManager.ACCOUNT_ACCESS_TOKEN_TYPE, uid, userAccounts), userAccounts); in newRequestAccountAccessIntent() local 4517 UserAccounts userAccounts = getUserAccounts(userId); 4518 if (userAccounts == null) continue; [all …]
|