Searched refs:getBottomBar (Results 1 – 4 of 4) sorted by relevance
367 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()382 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful()393 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterNotificationController_createViewFirst_registrationSuccessful()411 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterNotificationController_registerFirst_registrationSuccessful()422 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomNavigationButtonsVisible()434 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomKeyguardButtonsGone()446 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomOcclusionButtonsGone()458 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomKeyguardButtonsVisible()470 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomNavigationButtonsGone()482 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomOcclusionButtonsGone()[all …]
190 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar() method in CarSystemBarController195 mBottomView = mCarSystemBarViewFactory.getBottomBar(isSetUp); in getBottomBar()373 mBottomView = getBottomBar(isSetUp); in checkAllBars()
111 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar() method in CarSystemBarViewFactory
346 mBottomSystemBarView = mCarSystemBarController.getBottomBar(isDeviceSetupForUser()); in buildNavBarContent()