Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java481 UserAccounts accounts = getUserAccounts(userId); in addAccountExplicitlyWithVisibility()
510 UserAccounts accounts = getUserAccounts(userId); in getAccountsAndVisibilityForPackage()
559 UserAccounts accounts = getUserAccounts(userId); in getPackagesAndVisibilityForAccount()
607 UserAccounts accounts = getUserAccounts(userId); in getAccountVisibility()
772 UserAccounts accounts = getUserAccounts(userId); in setAccountVisibility()
885 UserAccounts accounts = getUserAccounts(userId); in registerAccountListener()
918 UserAccounts accounts = getUserAccounts(userId); in unregisterAccountListener()
1095 final UserAccounts accounts = getUserAccounts(userId); in validateAccounts()
1288 return getUserAccounts(UserHandle.getCallingUserId()); in getUserAccountsForCaller()
1291 protected UserAccounts getUserAccounts(int userId) { in getUserAccounts() method in AccountManagerService
[all …]
DAccountManagerBackupHelper.java104 .getUserAccounts(userId); in apply()
156 .getUserAccounts(userId); in backupAccountAccessPermissions()
/frameworks/base/services/
Dart-profile2326 HSPLcom/android/server/accounts/AccountManagerService;->getUserAccounts(I)Lcom/android/server/accou…