Home
last modified time | relevance | path

Searched refs:TARGET_DEVICE_ID (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DKeyboardLayoutPickerControllerTest.java143 final int TARGET_DEVICE_ID = 1; in testOnDeviceRemove_getSameDevice_shouldFinish() local
146 final InputDevice device = ShadowInputDevice.makeInputDevicebyId(TARGET_DEVICE_ID); in testOnDeviceRemove_getSameDevice_shouldFinish()
154 mController.onInputDeviceRemoved(TARGET_DEVICE_ID); in testOnDeviceRemove_getSameDevice_shouldFinish()
162 final int TARGET_DEVICE_ID = 1; in testOnDeviceRemove_getDifferentDevice_shouldNotFinish() local
166 final InputDevice device = ShadowInputDevice.makeInputDevicebyId(TARGET_DEVICE_ID); in testOnDeviceRemove_getDifferentDevice_shouldNotFinish()