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.java140 final int TARGET_DEVICE_ID = 1; in testOnDeviceRemove_getSameDevice_shouldFinish() local
143 final InputDevice device = ShadowInputDevice.makeInputDevicebyId(TARGET_DEVICE_ID); in testOnDeviceRemove_getSameDevice_shouldFinish()
151 mController.onInputDeviceRemoved(TARGET_DEVICE_ID); in testOnDeviceRemove_getSameDevice_shouldFinish()
159 final int TARGET_DEVICE_ID = 1; in testOnDeviceRemove_getDifferentDevice_shouldNotFinish() local
163 final InputDevice device = ShadowInputDevice.makeInputDevicebyId(TARGET_DEVICE_ID); in testOnDeviceRemove_getDifferentDevice_shouldNotFinish()