Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java1229 AccountManagerService.getAuthenticatorTypeAndUIDForUser(mContext, mUserId)); in onUpgrade()
DAccountManagerService.java1189 final HashMap<String, Integer> knownAuth = getAuthenticatorTypeAndUIDForUser( in validateAccountsInternal()
1351 static HashMap<String, Integer> getAuthenticatorTypeAndUIDForUser( in getAuthenticatorTypeAndUIDForUser() method in AccountManagerService
1355 return getAuthenticatorTypeAndUIDForUser(authCache, userId); in getAuthenticatorTypeAndUIDForUser()
1358 private static HashMap<String, Integer> getAuthenticatorTypeAndUIDForUser( in getAuthenticatorTypeAndUIDForUser() method in AccountManagerService
/frameworks/base/services/
Dart-wear-profile3799 PLcom/android/server/accounts/AccountManagerService;->getAuthenticatorTypeAndUIDForUser(Lcom/androi…