Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DKeyboardLayoutManager.java848 if (!config.hasConfiguredLayouts()) { in maybeUpdateNotification()
952 if (inputDevice == null || !config.hasConfiguredLayouts()) { in showConfiguredKeyboardLayoutNotification()
1202 private boolean hasConfiguredLayouts() { in hasConfiguredLayouts() method in KeyboardLayoutManager.KeyboardConfiguration