Searched refs:getKeyboards (Results 1 – 2 of 2) sorted by relevance
60 return !getKeyboards().isEmpty() in isAvailable()116 List<HardKeyboardDeviceInfo> keyboards = getKeyboards(); in updateEntry()134 List<HardKeyboardDeviceInfo> getKeyboards() { in getKeyboards() method in PhysicalKeyboardPreferenceController
93 when(mController.getKeyboards()).thenReturn(keyboards); in testPhysicalKeyboard_byDefault_shouldBeShown()