Searched refs:getAuthenticatorTypeAndUIDForUser (Results 1 – 2 of 2) sorted by relevance
1210 AccountManagerService.getAuthenticatorTypeAndUIDForUser(mContext, mUserId)); in onUpgrade()
1120 final HashMap<String, Integer> knownAuth = getAuthenticatorTypeAndUIDForUser( in validateAccountsInternal()1272 static HashMap<String, Integer> getAuthenticatorTypeAndUIDForUser( in getAuthenticatorTypeAndUIDForUser() method in AccountManagerService1276 return getAuthenticatorTypeAndUIDForUser(authCache, userId); in getAuthenticatorTypeAndUIDForUser()1279 private static HashMap<String, Integer> getAuthenticatorTypeAndUIDForUser( in getAuthenticatorTypeAndUIDForUser() method in AccountManagerService