Home
last modified time | relevance | path

Searched refs:isDeviceSetupForUser (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java400 mCarSystemBarController.showAllKeyguardButtons(isDeviceSetupForUser()); in resetSystemBarContent()
402 mCarSystemBarController.showAllNavigationButtons(isDeviceSetupForUser()); in resetSystemBarContent()
413 private boolean isDeviceSetupForUser() { in isDeviceSetupForUser() method in CarSystemBar
448 mTopSystemBarView = mCarSystemBarController.getTopBar(isDeviceSetupForUser()); in buildNavBarContent()
455 mBottomSystemBarView = mCarSystemBarController.getBottomBar(isDeviceSetupForUser()); in buildNavBarContent()
462 mLeftSystemBarView = mCarSystemBarController.getLeftBar(isDeviceSetupForUser()); in buildNavBarContent()
469 mRightSystemBarView = mCarSystemBarController.getRightBar(isDeviceSetupForUser()); in buildNavBarContent()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java216 if (mIsDisabledWhileUnprovisioned && !isDeviceSetupForUser()) { in onInit()
463 private boolean isDeviceSetupForUser() { in isDeviceSetupForUser() method in StatusIconPanelViewController