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.java486 UserAccounts accounts = getUserAccounts(userId); in addAccountExplicitlyWithVisibility()
515 UserAccounts accounts = getUserAccounts(userId); in getAccountsAndVisibilityForPackage()
564 UserAccounts accounts = getUserAccounts(userId); in getPackagesAndVisibilityForAccount()
613 UserAccounts accounts = getUserAccounts(userId); in getAccountVisibility()
778 UserAccounts accounts = getUserAccounts(userId); in setAccountVisibility()
892 UserAccounts accounts = getUserAccounts(userId); in registerAccountListener()
925 UserAccounts accounts = getUserAccounts(userId); in unregisterAccountListener()
1102 final UserAccounts accounts = getUserAccounts(userId); in validateAccounts()
1296 return getUserAccounts(UserHandle.getCallingUserId()); in getUserAccountsForCaller()
1299 protected UserAccounts getUserAccounts(int userId) { in getUserAccounts() method in AccountManagerService
[all …]
DAccountManagerBackupHelper.java100 .getUserAccounts(userId); in apply()
152 .getUserAccounts(userId); in backupAccountAccessPermissions()
/frameworks/base/services/
Dart-profile5082 HSPLcom/android/server/accounts/AccountManagerService;->getUserAccounts(I)Lcom/android/server/accou…