Searched refs:isLowProfile (Results 1 – 4 of 4) sorted by relevance
39 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>()
108 lightsOutInteractor.isLowProfile(displayId),109 ) { hasNotifications, isLowProfile -> in hasNotifications() method110 hasNotifications && isLowProfile in hasNotifications()
37 fun isLowProfile(displayId: Int): Flow<Boolean> = in isLowProfile() method in com.android.systemui.statusbar.phone.domain.interactor.LightsOutInteractor
48532 Landroid/service/dreams/DreamService;->isLowProfile()Z