Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/test/input/
DInputDeviceTest.java60 assertEquals(device.getKeyboardLayoutType(), outDevice.getKeyboardLayoutType()); in assertDeviceEquals()
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardMetricsCollector.java563 mInputDevice.getKeyboardLayoutType()); in build()
DKeyboardLayoutManager.java1237 inputDevice.getKeyboardLayoutType()); in KeyboardIdentifier()
/frameworks/base/core/java/android/view/
DInputDevice.java1059 public String getKeyboardLayoutType() { in getKeyboardLayoutType() method in InputDevice
/frameworks/base/core/api/
Dtest-lint-baseline.txt2184 UnflaggedApi: android.view.InputDevice#getKeyboardLayoutType():
2185 … New API must be flagged with @FlaggedApi: method android.view.InputDevice.getKeyboardLayoutType()
Dtest-current.txt3660 method @Nullable public String getKeyboardLayoutType();