Searched refs:getLastAuthTime (Results 1 – 3 of 3) sorted by relevance
134 public long getLastAuthTime(long userId, @HardwareAuthenticatorType int[] authenticatorTypes) { in getLastAuthTime() method in KeyStoreAuthorization136 return getService().getLastAuthTime(userId, authenticatorTypes); in getLastAuthTime()
1833 when(mKeyStoreAuthorization.getLastAuthTime(eq(secureUserId), eq(hardwareAuthenticators))) in testGetLastAuthenticationTime_flagOn_callsKeystoreAuthorization()1842 verify(mKeyStoreAuthorization).getLastAuthTime(eq(secureUserId), in testGetLastAuthenticationTime_flagOn_callsKeystoreAuthorization()
671 return mKeyStoreAuthorization.getLastAuthTime(secureUserId, authTypesArray);