Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
H A DKeyboardLayoutPickerControllerTest.java142 final String[] enableKeyboardLayouts = {"layout1"}; in testOnDeviceRemove_getSameDevice_shouldFinish() local
148 any(InputDeviceIdentifier.class))).thenReturn(enableKeyboardLayouts); in testOnDeviceRemove_getSameDevice_shouldFinish()
162 final String[] enableKeyboardLayouts = {"layout1"}; in testOnDeviceRemove_getDifferentDevice_shouldNotFinish() local
168 any(InputDeviceIdentifier.class))).thenReturn(enableKeyboardLayouts); in testOnDeviceRemove_getDifferentDevice_shouldNotFinish()