Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DKeyboardFragment.java219 final List<PhysicalKeyboardHelper.DeviceInfo> newPhysicalKeyboards = in scheduleUpdatePhysicalKeyboards() local
221 ThreadUtils.postOnMainThread(() -> updatePhysicalKeyboards(newPhysicalKeyboards)); in scheduleUpdatePhysicalKeyboards()
226 @NonNull List<PhysicalKeyboardHelper.DeviceInfo> newPhysicalKeyboards) { in updatePhysicalKeyboards()
229 Log.d(TAG, "updatePhysicalKeyboards: " + newPhysicalKeyboards.toString()); in updatePhysicalKeyboards()
231 final Set<String> enabledPhysicalKeyboardKeys = new ArraySet<>(newPhysicalKeyboards.size()); in updatePhysicalKeyboards()
234 newPhysicalKeyboards) { in updatePhysicalKeyboards()