Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DKeyboardLayoutPickerControllerTest.java145 final String[] enableKeyboardLayouts = {"layout1"}; in testOnDeviceRemove_getSameDevice_shouldFinish() local
151 any(InputDeviceIdentifier.class))).thenReturn(enableKeyboardLayouts); in testOnDeviceRemove_getSameDevice_shouldFinish()
165 final String[] enableKeyboardLayouts = {"layout1"}; in testOnDeviceRemove_getDifferentDevice_shouldNotFinish() local
171 any(InputDeviceIdentifier.class))).thenReturn(enableKeyboardLayouts); in testOnDeviceRemove_getDifferentDevice_shouldNotFinish()