Searched refs:getKeyboardBacklightBrightness (Results 1 – 3 of 3) sorted by relevance
626 dataStore.getKeyboardBacklightBrightness(737 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt751 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt764 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt778 dataStore.getKeyboardBacklightBrightness(device.descriptor, lightId).asInt
221 public OptionalInt getKeyboardBacklightBrightness(String inputDeviceDescriptor, int lightId) { in getKeyboardBacklightBrightness() method in PersistentDataStore226 return state.getKeyboardBacklightBrightness(lightId); in getKeyboardBacklightBrightness()519 public OptionalInt getKeyboardBacklightBrightness(int lightId) { in getKeyboardBacklightBrightness() method in PersistentDataStore.InputDeviceState
274 brightness = mDataStore.getKeyboardBacklightBrightness( in maybeRestoreBacklightBrightness()