Searched refs:getTopBar (Results 1 – 5 of 5) sorted by relevance
350 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar() method in CarSystemBarController355 mTopView = mCarSystemBarViewFactory.getTopBar(isSetUp); in getTopBar()663 mTopView = getTopBar(isSetUp); in checkAllBars()
122 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar() method in CarSystemBarViewFactory
448 mTopSystemBarView = mCarSystemBarController.getTopBar(isDeviceSetupForUser()); in buildNavBarContent()
701 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()
468 when(mCarSystemBarController.getTopBar(anyBoolean())).thenReturn(mockTopBarView); in onConfigChanged_callOnClick_profilePickerViewIsSelected()