Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBaseClientMonitor.java129 public void waitForCookie(@NonNull ClientMonitorCallback callback) { in waitForCookie() method in BaseClientMonitor
H A DBiometricSchedulerOperation.java156 mClientMonitor.waitForCookie(getWrappedCallback(callback)); in isReadyToStart()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerOperationTest.java111 verify(mInterruptableClientMonitor).waitForCookie(any()); in testStartWithCookie()
136 verify(mInterruptableClientMonitor).waitForCookie(any()); in testNoStartWithoutCookie()