Searched refs:GatekeeperCredentialNotMatchException (Results 1 – 6 of 6) sorted by relevance
19 import static com.android.settings.biometrics.BiometricUtils.GatekeeperCredentialNotMatchException;76 throw new GatekeeperCredentialNotMatchException("Unable to request Gatekeeper HAT"); in requestGatekeeperHat()
106 public static class GatekeeperCredentialNotMatchException extends IllegalStateException { class in BiometricUtils107 public GatekeeperCredentialNotMatchException(String s) { in GatekeeperCredentialNotMatchException() method in BiometricUtils.GatekeeperCredentialNotMatchException147 throw new GatekeeperCredentialNotMatchException("Unable to request Gatekeeper HAT"); in requestGatekeeperHat()
19 import static com.android.settings.biometrics.BiometricUtils.GatekeeperCredentialNotMatchException;79 @Test(expected = GatekeeperCredentialNotMatchException.class)108 @Test(expected = GatekeeperCredentialNotMatchException.class)
30 import com.android.settings.biometrics.BiometricUtils.GatekeeperCredentialNotMatchException in <lambda>()223 throw GatekeeperCredentialNotMatchException("Unable to request Gatekeeper HAT") in <lambda>()
21 import static com.android.settings.biometrics.BiometricUtils.GatekeeperCredentialNotMatchException;217 } catch (GatekeeperCredentialNotMatchException e) { in onCreate()
166 throw new BiometricUtils.GatekeeperCredentialNotMatchException("test"); in requestGatekeeperHat()