Home
last modified time | relevance | path

Searched refs:barService (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DCarNotificationModule.java42 IStatusBarService barService) { in provideNotificationClickHandlerFactory() argument
43 return new NotificationClickHandlerFactory(barService); in provideNotificationClickHandlerFactory()
DNotificationVisibilityLogger.java94 IStatusBarService barService, in NotificationVisibilityLogger() argument
97 mBarService = barService; in NotificationVisibilityLogger()
DNotificationPanelViewController.java152 IStatusBarService barService, in NotificationPanelViewController() argument
168 mBarService = barService; in NotificationPanelViewController()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/statusbar/
DTvStatusBar.java64 final IStatusBarService barService = IStatusBarService.Stub.asInterface( in start() local
68 barService.registerStatusBar(mCommandQueue); in start()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DMDSystemBarsControllerImpl.java78 IStatusBarService barService, in MDSystemBarsControllerImpl() argument
97 barService, in MDSystemBarsControllerImpl()
DCarSystemBarModule.java160 IStatusBarService barService, in provideCarSystemBarController() argument
181 autoHideController, buttonSelectionStateListener, mainExecutor, barService, in provideCarSystemBarController()
188 buttonSelectionStateListener, mainExecutor, barService, in provideCarSystemBarController()
DCarSystemBarControllerImpl.java223 IStatusBarService barService, in CarSystemBarControllerImpl() argument
241 mBarService = barService; in CarSystemBarControllerImpl()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java85 public NotificationClickHandlerFactory(IStatusBarService barService) { in NotificationClickHandlerFactory() argument
86 mBarService = barService; in NotificationClickHandlerFactory()