Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricScheduler.java447 && operation.isMatchingRequestId(requestId); in canCancelEnrollOperation()
455 && operation.isMatchingRequestId(requestId); in canCancelAuthOperation()
H A DBiometricSchedulerOperation.java361 public boolean isMatchingRequestId(long requestId) { in isMatchingRequestId() method in BiometricSchedulerOperation