Home
last modified time | relevance | path

Searched refs:goToStoppedStateIfCookieMatches (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricSensor.java139 void goToStoppedStateIfCookieMatches(int cookie, int error) { in goToStoppedStateIfCookieMatches() method in BiometricSensor
DAuthSession.java450 sensor.goToStoppedStateIfCookieMatches(cookie, error); in onErrorReceived()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthSessionTest.java664 sensor.goToStoppedStateIfCookieMatches(sensor.getCookie(), in onErrorReceivedAfterOnTryAgainPressedWhenSensorStopped()