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

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1545 UserAccounts userAccounts = getUserAccounts(userId);
1546 if (userAccounts == null) continue;
1547 synchronized (userAccounts.cacheLock) {
1548 Account[] accounts = getAccountsFromCacheLocked(userAccounts, null);
1603 UserAccounts userAccounts = getUserAccountsForCaller();
1608 synchronized (userAccounts.cacheLock) {
1609 accounts = getAccountsFromCacheLocked(userAccounts, type);
1616 new GetAccountsByTypeAndFeatureSession(userAccounts, response, type, features).bind();
2089 private void dumpUser(UserAccounts userAccounts, FileDescriptor fd, PrintWriter fout, argument
2091 synchronized (userAccounts
2427 getAccountsFromCacheLocked(UserAccounts userAccounts, String accountType) argument
[all...]

Completed in 51 milliseconds