Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricSchedulerOperation.java111 getWrappedCallback().onClientFinished(mClientMonitor, false /* success */); in BiometricSchedulerOperation()
177 final BaseClientMonitor.Callback cb = getWrappedCallback(callback); in doStart()
223 getWrappedCallback().onClientFinished(mClientMonitor, false /* success */); in abort()
262 ((Interruptable) mClientMonitor).cancelWithoutStarting(getWrappedCallback(callback)); in cancel()
273 private BaseClientMonitor.Callback getWrappedCallback() { in getWrappedCallback() method in BiometricSchedulerOperation
274 return getWrappedCallback(null); in getWrappedCallback()
278 private BaseClientMonitor.Callback getWrappedCallback( in getWrappedCallback() method in BiometricSchedulerOperation