Searched defs:getUserAccounts (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java411 final UserAccounts accounts = getUserAccounts(userId);
617 return getUserAccounts(UserHandle.getCallingUserId());
620 protected UserAccounts getUserAccounts(int userId) { method in class:AccountManagerService
773 validateAccountsInternal(getUserAccounts(userId), false /* invalidateAuthenticatorCache */);
795 UserAccounts accounts = getUserAccounts(userId);
829 UserAccounts accounts = getUserAccounts(userId);
894 UserAccounts accounts = getUserAccounts(userId);
989 UserAccounts accounts = getUserAccounts(userId);
1004 final UserAccounts fromAccounts = getUserAccounts(userFrom);
1005 final UserAccounts toAccounts = getUserAccounts(userT
[all...]

Completed in 73 milliseconds