Searched refs:onGestureDetectionAvailabilityChanged (Results 1 – 4 of 4) sorted by relevance
77 .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()
138 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
2966 method public void onGestureDetectionAvailabilityChanged(boolean);