Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/view/
DModernShadeCarrierGroupMobileView.kt35 class ModernShadeCarrierGroupMobileView( class
60 ): ModernShadeCarrierGroupMobileView { in constructAndBind()
62 as ModernShadeCarrierGroupMobileView) in constructAndBind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DShadeCarrier.java37 import com.android.systemui.statusbar.pipeline.mobile.ui.view.ModernShadeCarrierGroupMobileView;
48 private ModernShadeCarrierGroupMobileView mModernMobileView;
91 public void addModernMobileView(ModernShadeCarrierGroupMobileView mobileView) { in addModernMobileView()
DShadeCarrierGroupController.java55 import com.android.systemui.statusbar.pipeline.mobile.ui.view.ModernShadeCarrierGroupMobileView;
250 ModernShadeCarrierGroupMobileView modernMobileView = ModernShadeCarrierGroupMobileView in updateModernMobileIcons()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeHeader.kt87 import com.android.systemui.statusbar.pipeline.mobile.ui.view.ModernShadeCarrierGroupMobileView in <lambda>()
457 ModernShadeCarrierGroupMobileView.constructAndBind( in ShadeCarrierGroup()