Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardMetricsCollector.java439 layoutConfiguration.imeLayoutType); in addKeyboardLayoutConfigurationToProto()
551 int imeLayoutType = KeyboardLayout.LayoutType.getLayoutTypeEnumValue( in build() local
562 imeLayoutType, imeLanguageTag)); in build()
578 public final int imeLayoutType; field in KeyboardMetricsCollector.LayoutConfiguration
583 int imeLayoutType, String imeLanguageTag) { in LayoutConfiguration() argument
588 this.imeLayoutType = imeLayoutType; in LayoutConfiguration()
599 + KeyboardLayout.LayoutType.getLayoutNameFromValue(imeLayoutType) + "}"; in toString()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyboardMetricsCollectorTests.kt216 assertEquals(expectedImeLayoutType, configuration.imeLayoutType)