Searched refs:onAuthenticationPossible (Results 1 – 4 of 4) sorted by relevance
51 void onAuthenticationPossible(int displayId, boolean isPossible); in onAuthenticationPossible() method
911 mUdfpsRefreshRateRequestCallback.onAuthenticationPossible(mContext.getDisplayId(), request); in requestMaxRefreshRate()
3334 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()
2678 public void onAuthenticationPossible(int displayId, boolean isPossible) { in onAuthenticationPossible() method in DisplayModeDirector.UdfpsObserver