Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/server/input/
DKeyboardBacklightControllerTests.kt629 dataStore.getKeyboardBacklightBrightness( in createKeyboard()
740 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt in createKeyboard()
754 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt in createKeyboard()
767 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt in createKeyboard()
781 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt in createKeyboard()
/frameworks/base/services/core/java/com/android/server/input/
DPersistentDataStore.java166 public OptionalInt getKeyboardBacklightBrightness(String inputDeviceDescriptor, int lightId) { in getKeyboardBacklightBrightness() method in PersistentDataStore
171 return state.getKeyboardBacklightBrightness(lightId); in getKeyboardBacklightBrightness()
418 public OptionalInt getKeyboardBacklightBrightness(int lightId) { in getKeyboardBacklightBrightness() method in PersistentDataStore.InputDeviceState
DKeyboardBacklightController.java274 brightness = mDataStore.getKeyboardBacklightBrightness( in maybeRestoreBacklightBrightness()