Home
last modified time | relevance | path

Searched defs:onCaptureStateChanged (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/input/
H A DICarInputCallback.aidl30 void onCaptureStateChanged(int targetDisplayType, in int[] activeInputTypes) = 3; in onCaptureStateChanged() method
H A DCarInputManager.java94 default void onCaptureStateChanged(@DisplayTypeEnum int targetDisplayType, in onCaptureStateChanged() method
458 public void onCaptureStateChanged(@DisplayTypeEnum int targetDisplayType, in onCaptureStateChanged() method in CarInputManager.ICarInputCallbackImpl
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/input/
H A DCarInputManagerTest.java142 public void onCaptureStateChanged(@DisplayTypeEnum int targetDisplayType, in onCaptureStateChanged() method in CarInputManagerTest.CaptureCallback