Searched refs:selectedLayouts (Results 1 – 2 of 2) sorted by relevance
147 @NonNull Set<String> selectedLayouts) { in setSelectedKeyboardLayouts() argument149 if (state.setSelectedKeyboardLayouts(selectedLayouts)) { in setSelectedKeyboardLayouts()402 public boolean setSelectedKeyboardLayouts(@NonNull Set<String> selectedLayouts) { in setSelectedKeyboardLayouts() argument403 if (Objects.equals(mSelectedKeyboardLayouts, selectedLayouts)) { in setSelectedKeyboardLayouts()406 mSelectedKeyboardLayouts = new HashSet<>(selectedLayouts); in setSelectedKeyboardLayouts()
206 Set<String> selectedLayouts = new HashSet<>(); in onInputDeviceChangedInternal() local215 selectedLayouts.add(result.getLayoutDescriptor()); in onInputDeviceChangedInternal()225 + " -> selectedLayouts: " + selectedLayouts); in onInputDeviceChangedInternal()231 selectedLayouts.clear(); in onInputDeviceChangedInternal()234 config.setConfiguredLayouts(selectedLayouts); in onInputDeviceChangedInternal()239 if (mDataStore.setSelectedKeyboardLayouts(key, selectedLayouts)) { in onInputDeviceChangedInternal()966 @NonNull Set<String> selectedLayouts) { in createConfiguredNotificationText() argument969 selectedLayouts.forEach( in createConfiguredNotificationText()