Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl36 Account[] getAccountsAsUser(String accountType, int userId); in getAccountsAsUser() method
DAccountManager.java427 public Account[] getAccountsAsUser(int userId) { in getAccountsAsUser() method in AccountManager
429 return mService.getAccountsAsUser(null, userId); in getAccountsAsUser()
493 return mService.getAccountsAsUser(type, userHandle.getIdentifier()); in getAccountsByTypeAsUser()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java485 Account[] accounts = getAccountsAsUser(null, userId); in onUserStarted()
2226 public Account[] getAccountsAsUser(String type, int userId) { in getAccountsAsUser() method in AccountManagerService
2227 return getAccountsAsUser(type, userId, null, -1); in getAccountsAsUser()
2230 private Account[] getAccountsAsUser(String type, int userId, String callingPackage, in getAccountsAsUser() method in AccountManagerService
2346 return getAccountsAsUser(type, UserHandle.getCallingUserId()); in getAccounts()
2356 return getAccountsAsUser(null, UserHandle.getCallingUserId(), packageName, uid); in getAccountsForPackage()
2370 return getAccountsAsUser(type, UserHandle.getCallingUserId(), packageName, packageUid); in getAccountsByTypeForPackage()