Home
last modified time | relevance | path

Searched refs:authenticatorTypes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/
DKeyStoreAuthorization.java134 public long getLastAuthTime(long userId, @HardwareAuthenticatorType int[] authenticatorTypes) { in getLastAuthTime() argument
136 return getService().getLastAuthTime(userId, authenticatorTypes); in getLastAuthTime()
/frameworks/base/core/java/android/accounts/
DGrantCredentialsPermissionActivity.java151 final AuthenticatorDescription[] authenticatorTypes = in getAccountLabel() local
153 for (int i = 0, N = authenticatorTypes.length; i < N; i++) { in getAccountLabel()
154 final AuthenticatorDescription desc = authenticatorTypes[i]; in getAccountLabel()