Home
last modified time | relevance | path

Searched refs:isCurrentUserFullySetup (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayPanelViewControllerTest.java263 when(mCarDeviceProvisionedController.isCurrentUserFullySetup()).thenReturn(false); in animateExpandPanel_userNotSetup_doesNotExpand()
275 when(mCarDeviceProvisionedController.isCurrentUserFullySetup()).thenReturn(true); in animateExpandPanel_expands()
291 when(mCarDeviceProvisionedController.isCurrentUserFullySetup()).thenReturn(true); in animateExpandPanel_withOverlayFromTopBar_expandsToBottom()
313 when(mCarDeviceProvisionedController.isCurrentUserFullySetup()).thenReturn(true); in animateExpandPanel_withOverlayFromBottomBar_expandsToTop()
329 when(mCarDeviceProvisionedController.isCurrentUserFullySetup()).thenReturn(true); in animateExpandPanel_setsPanelVisible()
340 when(mCarDeviceProvisionedController.isCurrentUserFullySetup()).thenReturn(true); in animateExpandPanel_setsPanelExpanded()
422 when(mCarDeviceProvisionedController.isCurrentUserFullySetup()).thenReturn(true); in dragOpenTouchListener_isNotInflated_inflatesView()
435 when(mCarDeviceProvisionedController.isCurrentUserFullySetup()).thenReturn(true); in dragOpenTouchListener_shouldNotAnimate_notInflatesView()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/notification/
DCarHeadsUpNotificationSystemContainerTest.java65 when(mCarDeviceProvisionedController.isCurrentUserFullySetup()).thenReturn(true); in setUp()
108 when(mCarDeviceProvisionedController.isCurrentUserFullySetup()).thenReturn(false); in testDisplayNotification_userFullySetupFalse_isInvisible()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/
DCarDeviceProvisionedController.java41 default boolean isCurrentUserFullySetup() { in isCurrentUserFullySetup() method
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DCarHeadsUpNotificationSystemContainer.java73 return mCarDeviceProvisionedController.isCurrentUserFullySetup() in shouldShowHunPanel()
DNotificationPanelViewMediator.java150 mCarDeviceProvisionedController.isCurrentUserFullySetup(), hasUnseen); in setUpOverlayContentViewControllers()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayPanelViewController.java147 if (!mCarDeviceProvisionedController.isCurrentUserFullySetup()) { in OverlayPanelViewController()
272 if (!mCarDeviceProvisionedController.isCurrentUserFullySetup()) { in animateExpandPanel()