Home
last modified time | relevance | path

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

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