Home
last modified time | relevance | path

Searched refs:GatekeeperCredentialNotMatchException (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/biometrics/
DGatekeeperPasswordProvider.java19 import static com.android.settings.biometrics.BiometricUtils.GatekeeperCredentialNotMatchException;
76 throw new GatekeeperCredentialNotMatchException("Unable to request Gatekeeper HAT"); in requestGatekeeperHat()
DBiometricUtils.java106 public static class GatekeeperCredentialNotMatchException extends IllegalStateException { class in BiometricUtils
107 public GatekeeperCredentialNotMatchException(String s) { in GatekeeperCredentialNotMatchException() method in BiometricUtils.GatekeeperCredentialNotMatchException
147 throw new GatekeeperCredentialNotMatchException("Unable to request Gatekeeper HAT"); in requestGatekeeperHat()
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/
DGatekeeperPasswordProviderTest.java19 import static com.android.settings.biometrics.BiometricUtils.GatekeeperCredentialNotMatchException;
79 @Test(expected = GatekeeperCredentialNotMatchException.class)
108 @Test(expected = GatekeeperCredentialNotMatchException.class)
/packages/apps/Settings/src/com/android/settings/biometrics2/ui/viewmodel/
DAutoCredentialViewModel.kt30 import com.android.settings.biometrics.BiometricUtils.GatekeeperCredentialNotMatchException in <lambda>()
223 throw GatekeeperCredentialNotMatchException("Unable to request Gatekeeper HAT") in <lambda>()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollIntroduction.java21 import static com.android.settings.biometrics.BiometricUtils.GatekeeperCredentialNotMatchException;
217 } catch (GatekeeperCredentialNotMatchException e) { in onCreate()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/
DFaceEnrollIntroductionTest.java166 throw new BiometricUtils.GatekeeperCredentialNotMatchException("test"); in requestGatekeeperHat()