Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/input/
DICarInputCallback.aidl29 void onCaptureStateChanged(int targetDisplayType, in int[] activeInputTypes) = 3; in onCaptureStateChanged() method
DCarInputManager.java64 void onCaptureStateChanged(int targetDisplayId, in onCaptureStateChanged() method
329 public void onCaptureStateChanged(int targetDisplayType, int[] activeInputTypes) { in onCaptureStateChanged() method in CarInputManager.ICarInputCallbackImpl
/packages/services/Car/tests/carservice_test/src/com/android/car/input/
DCarInputManagerTest.java103 public void onCaptureStateChanged(int targetDisplayId, in onCaptureStateChanged() method in CarInputManagerTest.CaptureCallback
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java480 public void onCaptureStateChanged(int targetDisplayId, in onCaptureStateChanged() method in RotaryService