Searched refs:getAuthenticatorTypeAndUIDForUser (Results 1 – 2 of 2) sorted by relevance
1229 AccountManagerService.getAuthenticatorTypeAndUIDForUser(mContext, mUserId)); in onUpgrade()
1150 final HashMap<String, Integer> knownAuth = getAuthenticatorTypeAndUIDForUser( in validateAccountsInternal()1312 static HashMap<String, Integer> getAuthenticatorTypeAndUIDForUser( in getAuthenticatorTypeAndUIDForUser() method in AccountManagerService1316 return getAuthenticatorTypeAndUIDForUser(authCache, userId); in getAuthenticatorTypeAndUIDForUser()1319 private static HashMap<String, Integer> getAuthenticatorTypeAndUIDForUser( in getAuthenticatorTypeAndUIDForUser() method in AccountManagerService