Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsComponent.java35 private IStatusBarService mBarService; field in GlobalActionsComponent
39 mBarService = IStatusBarService.Stub.asInterface( in start()
56 mBarService.onGlobalActionsShown(); in onGlobalActionsShown()
64 mBarService.onGlobalActionsHidden(); in onGlobalActionsHidden()
72 mBarService.shutdown(); in shutdown()
80 mBarService.reboot(safeMode); in reboot()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java96 IStatusBarService mBarService; field in StatusBarTest
118 mBarService = mock(IStatusBarService.class); in setup()
124 mBarService); in setup()
324 verify(mBarService, times(1)).onPanelHidden(); in testLogHidden()
325 verify(mBarService, never()).onPanelRevealed(anyBoolean(), anyInt()); in testLogHidden()
342 verify(mBarService, never()).onPanelHidden(); in testPanelOpenForPeek()
343 verify(mBarService, times(1)).onPanelRevealed(false, 1); in testPanelOpenForPeek()
361 verify(mBarService, never()).onPanelHidden(); in testPanelOpenAndClear()
362 verify(mBarService, times(1)).onPanelRevealed(true, 5); in testPanelOpenAndClear()
380 verify(mBarService, never()).onPanelHidden(); in testPanelOpenAndNoClear()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DTvStatusBar.java40 private IStatusBarService mBarService; field in TvStatusBar
53 mBarService = IStatusBarService.Stub.asInterface( in start()
56 mBarService.registerStatusBar(commandQueue, iconSlots, icons, switches, binders, in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarTransitions.java31 private final IStatusBarService mBarService; field in NavigationBarTransitions
39 mBarService = IStatusBarService.Stub.asInterface( in NavigationBarTransitions()
111 mBarService.setSystemUiVisibility(0, View.SYSTEM_UI_FLAG_LOW_PROFILE,
DStatusBar.java811 mBarService = IStatusBarService.Stub.asInterface( in start()
835 mBarService.registerStatusBar(mCommandQueue, iconSlots, icons, switches, binders, in start()
1426 mBarService.onClearAllNotifications(mCurrentUserId); in clearAllNotifications()
1822 mBarService.onNotificationClear(pkg, tag, id, userId); in performRemoveNotification()
3763 mBarService.onPanelRevealed(false, notificationLoad); in handlePeekToExpandTransistion()
3785 mBarService.onPanelRevealed(clearNotificationEffects, notificationLoad); in handleVisibleToUserChangedImpl()
3787 mBarService.onPanelHidden(); in handleVisibleToUserChangedImpl()
3828 mBarService.onNotificationVisibilityChanged(newlyVisibleAr, noLongerVisibleAr); in logNotificationVisibilityChanges()
5191 protected IStatusBarService mBarService;
5400 mBarService.onNotificationActionClick(key, index);
[all …]