Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java316 private final KeyboardBacklightControllerInterface mKeyboardBacklightController; field in InputManagerService
457 mKeyboardBacklightController = InputFeatureFlagProvider.isKeyboardBacklightControlEnabled() in InputManagerService()
573 mKeyboardBacklightController.systemRunning(); in systemRunning()
2139 mKeyboardBacklightController.registerKeyboardBacklightListener(listener, in registerKeyboardBacklightListener()
2148 mKeyboardBacklightController.unregisterKeyboardBacklightListener(listener, in unregisterKeyboardBacklightListener()
2174 mKeyboardBacklightController.dump(ipw); in dump()
3189 mKeyboardBacklightController.onInteractiveChanged(interactive); in setInteractive()
3282 mKeyboardBacklightController.notifyUserActivity(); in notifyUserActivity()
3287 mKeyboardBacklightController.incrementKeyboardBacklight(deviceId); in incrementKeyboardBacklight()
3292 mKeyboardBacklightController.decrementKeyboardBacklight(deviceId); in decrementKeyboardBacklight()