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.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()
/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/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt3623 method public void onGestureDetectionAvailabilityChanged(boolean);