Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/domain/interactor/
DLightsOutInteractorTest.kt39 val actual by collectLastValue(interactor.isLowProfile(DISPLAY_ID)) in <lambda>()
49 val actual by collectLastValue(interactor.isLowProfile(DISPLAY_ID)) in isLowProfile_lightsOutTransparentStatusBarMode_true()
58 val actual by collectLastValue(interactor.isLowProfile(DISPLAY_ID)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DCollapsedStatusBarViewModel.kt108 lightsOutInteractor.isLowProfile(displayId),
109 ) { hasNotifications, isLowProfile -> in hasNotifications() method
110 hasNotifications && isLowProfile in hasNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/domain/interactor/
DLightsOutInteractor.kt37 fun isLowProfile(displayId: Int): Flow<Boolean> = in isLowProfile() method in com.android.systemui.statusbar.phone.domain.interactor.LightsOutInteractor
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48532 Landroid/service/dreams/DreamService;->isLowProfile()Z