Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerOperationTest.java91 final boolean started = mOperation.startWithCookie( in testStartWithCookie()
108 final boolean started = mOperation.startWithCookie( in testNoStartWithoutCookie()
283 mOperation.startWithCookie(cb, withCookie); in markCancellingAndStart()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricSchedulerOperation.java162 public boolean startWithCookie(@NonNull BaseClientMonitor.Callback callback, int cookie) { in startWithCookie() method in BiometricSchedulerOperation
H A DBiometricScheduler.java346 if (mCurrentOperation.startWithCookie(mInternalCallback, cookie)) { in startPreparedClient()