Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DKeyboardLayoutSelectionResult.java51 public static final int LAYOUT_SELECTION_CRITERIA_DEVICE = 2; field in KeyboardLayoutSelectionResult
84 LAYOUT_SELECTION_CRITERIA_DEVICE,
99 case LAYOUT_SELECTION_CRITERIA_DEVICE: in layoutSelectionCriteriaToString()
118 && !(mSelectionCriteria == LAYOUT_SELECTION_CRITERIA_DEVICE) in KeyboardLayoutSelectionResult()
125 … + "LAYOUT_SELECTION_CRITERIA_DEVICE(" + LAYOUT_SELECTION_CRITERIA_DEVICE + "), " in KeyboardLayoutSelectionResult()
218 && !(mSelectionCriteria == LAYOUT_SELECTION_CRITERIA_DEVICE) in KeyboardLayoutSelectionResult()
225 … + "LAYOUT_SELECTION_CRITERIA_DEVICE(" + LAYOUT_SELECTION_CRITERIA_DEVICE + "), " in KeyboardLayoutSelectionResult()
/frameworks/base/tests/Input/src/com/android/server/input/
DKeyboardMetricsCollectorTests.kt132 KeyboardLayoutSelectionResult.LAYOUT_SELECTION_CRITERIA_DEVICE in createKeyboard()
180 KeyboardLayoutSelectionResult.LAYOUT_SELECTION_CRITERIA_DEVICE, in createKeyboard()
201 KeyboardLayoutSelectionResult.LAYOUT_SELECTION_CRITERIA_DEVICE in createKeyboard()
209 KeyboardLayoutSelectionResult.LAYOUT_SELECTION_CRITERIA_DEVICE, in createKeyboard()
DKeyboardLayoutManagerTests.kt608 KeyboardLayoutSelectionResult.LAYOUT_SELECTION_CRITERIA_DEVICE, in createKeyboard()
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardMetricsCollector.java20 import static android.hardware.input.KeyboardLayoutSelectionResult.LAYOUT_SELECTION_CRITERIA_DEVICE;
628 || layoutSelectionCriteria == LAYOUT_SELECTION_CRITERIA_DEVICE in isValidSelectionCriteria()
DKeyboardLayoutManager.java21 import static android.hardware.input.KeyboardLayoutSelectionResult.LAYOUT_SELECTION_CRITERIA_DEVICE;
724 LAYOUT_SELECTION_CRITERIA_DEVICE); in getDefaultKeyboardLayoutBasedOnImeInfo()
742 LAYOUT_SELECTION_CRITERIA_DEVICE); in getDefaultKeyboardLayoutBasedOnImeInfo()
/frameworks/proto_logging/stats/enums/input/
Denums.proto147 LAYOUT_SELECTION_CRITERIA_DEVICE = 2; enumerator