Home
last modified time | relevance | path

Searched refs:getClientMonitor (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricSchedulerOperation.java396 public BaseClientMonitor getClientMonitor() { in getClientMonitor() method in BiometricSchedulerOperation
H A DBiometricScheduler.java462 return mCurrentOperation != null ? mCurrentOperation.getClientMonitor() : null; in getCurrentClient()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DUserAwareBiometricSchedulerTest.java153 (TestStartUserClient) mScheduler.mCurrentOperation.getClientMonitor(); in testScheduleOperation_whenNoUser_notStarted_andReset()
H A DBiometricSchedulerTest.java196 assertEquals(client1, mScheduler.mCurrentOperation.getClientMonitor()); in testCancelNotInvoked_whenOperationWaitingForCookie()