Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardClockInteractor.kt62 private val isOnAod: Flow<Boolean> = in <lambda>() constant
85 ) { shadeMode, hasNotifs, hasMedia, isDozing, isOnAod -> in <lambda>() method
116 isOnAod, in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1842 private boolean isOnAod() { in isOnAod() method in NotificationPanelViewController