Searched refs:authenticatorTypes (Results 1 – 2 of 2) sorted by relevance
134 public long getLastAuthTime(long userId, @HardwareAuthenticatorType int[] authenticatorTypes) { in getLastAuthTime() argument136 return getService().getLastAuthTime(userId, authenticatorTypes); in getLastAuthTime()
151 final AuthenticatorDescription[] authenticatorTypes = in getAccountLabel() local153 for (int i = 0, N = authenticatorTypes.length; i < N; i++) { in getAccountLabel()154 final AuthenticatorDescription desc = authenticatorTypes[i]; in getAccountLabel()