Searched refs:newPhysicalKeyboards (Results 1 – 1 of 1) sorted by relevance
219 final List<PhysicalKeyboardHelper.DeviceInfo> newPhysicalKeyboards = in scheduleUpdatePhysicalKeyboards() local221 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()