Home
last modified time | relevance | path

Searched defs:authenticatorType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreSecretKeyFactorySpi.java152 int authenticatorType = a.keyParameter.value.getHardwareAuthenticatorType(); in getKeyInfo() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java273 String authenticatorType = "authType"; in testMetaInsertFindDelete() local
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java1035 long insertOrReplaceMetaAuthTypeAndUid(String authenticatorType, int uid) { in insertOrReplaceMetaAuthTypeAndUid()
1165 static long insertMetaAuthTypeAndUid(SQLiteDatabase db, String authenticatorType, int uid) { in insertMetaAuthTypeAndUid()