Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java147 @NonNull Set<String> selectedLayouts) { in setSelectedKeyboardLayouts() argument
149 if (state.setSelectedKeyboardLayouts(selectedLayouts)) { in setSelectedKeyboardLayouts()
402 public boolean setSelectedKeyboardLayouts(@NonNull Set<String> selectedLayouts) { in setSelectedKeyboardLayouts() argument
403 if (Objects.equals(mSelectedKeyboardLayouts, selectedLayouts)) { in setSelectedKeyboardLayouts()
406 mSelectedKeyboardLayouts = new HashSet<>(selectedLayouts); in setSelectedKeyboardLayouts()
DKeyboardLayoutManager.java206 Set<String> selectedLayouts = new HashSet<>(); in onInputDeviceChangedInternal() local
215 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() argument
969 selectedLayouts.forEach( in createConfiguredNotificationText()