Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DFingerprintGestureControllerTest.java79 .onGestureDetectionAvailabilityChanged(true); in testDetectionActiveCallback_noHandler_shouldCallback()
82 .onGestureDetectionAvailabilityChanged(false); in testDetectionActiveCallback_noHandler_shouldCallback()
103 .onGestureDetectionAvailabilityChanged(true); in testDetectionActiveCallback_withHandler_shouldPostRunnableToHandler()
106 .onGestureDetectionAvailabilityChanged(true); in testDetectionActiveCallback_withHandler_shouldPostRunnableToHandler()
110 .onGestureDetectionAvailabilityChanged(false); in testDetectionActiveCallback_withHandler_shouldPostRunnableToHandler()
113 .onGestureDetectionAvailabilityChanged(false); in testDetectionActiveCallback_withHandler_shouldPostRunnableToHandler()
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A 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
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt3213 method public void onGestureDetectionAvailabilityChanged(boolean);