Searched refs:authenticatorType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountsDbTest.java253 String authenticatorType = "authType";
254 mAccountsDb.insertOrReplaceMetaAuthTypeAndUid(authenticatorType, testUid);
257 assertEquals(testUid, (int)metaAuthUid.get(authenticatorType));
260 boolean deleteResult = mAccountsDb.deleteMetaByAuthTypeAndUid(authenticatorType, testUid);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountsDb.java1016 long insertOrReplaceMetaAuthTypeAndUid(String authenticatorType, int uid) { argument
1020 META_KEY_FOR_AUTHENTICATOR_UID_FOR_TYPE_PREFIX + authenticatorType);
1146 static long insertMetaAuthTypeAndUid(SQLiteDatabase db, String authenticatorType, int uid) { argument
1149 META_KEY_FOR_AUTHENTICATOR_UID_FOR_TYPE_PREFIX + authenticatorType);
H A DAccountManagerService.java4959 private boolean bindToAuthenticator(String authenticatorType) { argument
4962 AuthenticatorDescription.newKey(authenticatorType), mAccounts.userId);
4965 Log.v(TAG, "there is no authenticator for " + authenticatorType

Completed in 226 milliseconds