Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DFingerprintGestureControllerTest.java77 .onGestureDetectionAvailabilityChanged(true); in testDetectionActiveCallback_noHandler_shouldCallback()
80 .onGestureDetectionAvailabilityChanged(false); in testDetectionActiveCallback_noHandler_shouldCallback()
101 .onGestureDetectionAvailabilityChanged(true); in testDetectionActiveCallback_withHandler_shouldPostRunnableToHandler()
104 .onGestureDetectionAvailabilityChanged(true); in testDetectionActiveCallback_withHandler_shouldPostRunnableToHandler()
108 .onGestureDetectionAvailabilityChanged(false); in testDetectionActiveCallback_withHandler_shouldPostRunnableToHandler()
111 .onGestureDetectionAvailabilityChanged(false); in testDetectionActiveCallback_withHandler_shouldPostRunnableToHandler()
/frameworks/base/core/java/android/accessibilityservice/
DFingerprintGestureController.java138 handler.post(() -> callback.onGestureDetectionAvailabilityChanged(active)); in onGestureDetectionActiveChanged()
140 callback.onGestureDetectionAvailabilityChanged(active); in onGestureDetectionActiveChanged()
175 public void onGestureDetectionAvailabilityChanged(boolean available) {} in onGestureDetectionAvailabilityChanged() method in FingerprintGestureController.FingerprintGestureCallback
/frameworks/base/non-updatable-api/
Dcurrent.txt2966 method public void onGestureDetectionAvailabilityChanged(boolean);
/frameworks/base/api/
Dcurrent.txt2966 method public void onGestureDetectionAvailabilityChanged(boolean);