Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/fingerprint/
DIUdfpsRefreshRateRequestCallback.aidl51 void onAuthenticationPossible(int displayId, boolean isPossible); in onAuthenticationPossible() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java911 mUdfpsRefreshRateRequestCallback.onAuthenticationPossible(mContext.getDisplayId(), request); in requestMaxRefreshRate()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DDisplayModeDirectorTest.java3334 captor.getValue().onAuthenticationPossible(DISPLAY_ID, true); in testAuthenticationPossibleSetsPhysicalRateRangesToMax()
3349 captor.getValue().onAuthenticationPossible(DISPLAY_ID, true); in testAuthenticationPossibleUnsetsVote()
3350 captor.getValue().onAuthenticationPossible(DISPLAY_ID, false); in testAuthenticationPossibleUnsetsVote()
/frameworks/base/services/core/java/com/android/server/display/mode/
DDisplayModeDirector.java2678 public void onAuthenticationPossible(int displayId, boolean isPossible) { in onAuthenticationPossible() method in DisplayModeDirector.UdfpsObserver