Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorLoggerTest.kt87 logger.logUpdateDozeAmount(0f, 0f, null, 0f, StatusBarState.SHADE, changed = false) in updateDozeAmountWillThrottleFractionalInputUpdates()
89 logger.logUpdateDozeAmount(0.1f, 0f, null, 0.1f, StatusBarState.SHADE, changed = true) in updateDozeAmountWillThrottleFractionalInputUpdates()
91 logger.logUpdateDozeAmount(0.2f, 0f, null, 0.2f, StatusBarState.SHADE, changed = true) in updateDozeAmountWillThrottleFractionalInputUpdates()
92 logger.logUpdateDozeAmount(0.3f, 0f, null, 0.3f, StatusBarState.SHADE, changed = true) in updateDozeAmountWillThrottleFractionalInputUpdates()
93 logger.logUpdateDozeAmount(0.4f, 0f, null, 0.4f, StatusBarState.SHADE, changed = true) in updateDozeAmountWillThrottleFractionalInputUpdates()
94 logger.logUpdateDozeAmount(0.5f, 0f, null, 0.5f, StatusBarState.SHADE, changed = true) in updateDozeAmountWillThrottleFractionalInputUpdates()
96 logger.logUpdateDozeAmount(1f, 0f, null, 1f, StatusBarState.SHADE, changed = true) in updateDozeAmountWillThrottleFractionalInputUpdates()
102 logger.logUpdateDozeAmount(0f, 0f, null, 0f, StatusBarState.SHADE, changed = false) in updateDozeAmountWillThrottleFractionalDelayUpdates()
104 logger.logUpdateDozeAmount(0f, 0.1f, null, 0.1f, StatusBarState.SHADE, changed = true) in updateDozeAmountWillThrottleFractionalDelayUpdates()
106 logger.logUpdateDozeAmount(0f, 0.2f, null, 0.2f, StatusBarState.SHADE, changed = true) in updateDozeAmountWillThrottleFractionalDelayUpdates()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorLogger.kt36 fun logUpdateDozeAmount( in logUpdateDozeAmount() method
DNotificationWakeUpCoordinator.kt366 logger.logUpdateDozeAmount( in updateDozeAmount()