Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/data/repository/
DScreenBrightnessRepository.kt93 private val apiQueue = in getMinMaxLinearBrightness() constant
100 for (call in apiQueue) { in getMinMaxLinearBrightness()
184 apiQueue.trySend(SetBrightnessMethod.Temporary(value)) in getMinMaxLinearBrightness()
188 apiQueue.trySend(SetBrightnessMethod.Permanent(value)) in getMinMaxLinearBrightness()