Home
last modified time | relevance | path

Searched refs:getTopBar (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java350 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar() method in CarSystemBarController
355 mTopView = mCarSystemBarViewFactory.getTopBar(isSetUp); in getTopBar()
663 mTopView = getTopBar(isSetUp); in checkAllBars()
DCarSystemBarViewFactory.java122 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar() method in CarSystemBarViewFactory
DCarSystemBar.java448 mTopSystemBarView = mCarSystemBarController.getTopBar(isDeviceSetupForUser()); in buildNavBarContent()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java701 CarSystemBarView topBar = mCarSystemBar.getTopBar(/* isSetUp= */ true); in testRefreshSystemBar_disableQcFlagOn_userSwitcherHidden()
716 CarSystemBarView topBar = mCarSystemBar.getTopBar(/* isSetUp= */ true); in testRefreshSystemBar_lockTaskModeOn_userSwitcherHidden()
803 CarSystemBarView topBar = mCarSystemBar.getTopBar(/* isSetUp= */ true); in getNotificationCarSystemBarButton()
DCarSystemBarTest.java468 when(mCarSystemBarController.getTopBar(anyBoolean())).thenReturn(mockTopBarView); in onConfigChanged_callOnClick_profilePickerViewIsSelected()