Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java484 UserAccounts accounts = getUserAccounts(userId); in addAccountExplicitlyWithVisibility()
513 UserAccounts accounts = getUserAccounts(userId); in getAccountsAndVisibilityForPackage()
562 UserAccounts accounts = getUserAccounts(userId); in getPackagesAndVisibilityForAccount()
610 UserAccounts accounts = getUserAccounts(userId); in getAccountVisibility()
775 UserAccounts accounts = getUserAccounts(userId); in setAccountVisibility()
888 UserAccounts accounts = getUserAccounts(userId); in registerAccountListener()
921 UserAccounts accounts = getUserAccounts(userId); in unregisterAccountListener()
1098 final UserAccounts accounts = getUserAccounts(userId); in validateAccounts()
1291 return getUserAccounts(UserHandle.getCallingUserId()); in getUserAccountsForCaller()
1294 protected UserAccounts getUserAccounts(int userId) { in getUserAccounts() method in AccountManagerService
[all …]
DAccountManagerBackupHelper.java104 .getUserAccounts(userId); in apply()
156 .getUserAccounts(userId); in backupAccountAccessPermissions()