Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyboardBacklightControllerTests.kt626 dataStore.getKeyboardBacklightBrightness(
737 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt
751 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt
764 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt
778 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java221 public OptionalInt getKeyboardBacklightBrightness(String inputDeviceDescriptor, int lightId) { in getKeyboardBacklightBrightness() method in PersistentDataStore
226 return state.getKeyboardBacklightBrightness(lightId); in getKeyboardBacklightBrightness()
519 public OptionalInt getKeyboardBacklightBrightness(int lightId) { in getKeyboardBacklightBrightness() method in PersistentDataStore.InputDeviceState
H A DKeyboardBacklightController.java274 brightness = mDataStore.getKeyboardBacklightBrightness( in maybeRestoreBacklightBrightness()