Home
last modified time | relevance | path

Searched defs:createLight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/Input/src/com/android/server/input/
DKeyboardBacklightControllerTests.kt67 private fun createLight(lightId: Int, lightType: Int): Light = createLight(lightId, lightType, null) in createKeyboard() method
69 private fun createLight(lightId: Int, lightType: Int, suggestedBrightnessLevels: IntArray?): Light = in createKeyboard() method