Searched refs:barService (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/ |
D | CarNotificationModule.java | 42 IStatusBarService barService) { in provideNotificationClickHandlerFactory() argument 43 return new NotificationClickHandlerFactory(barService); in provideNotificationClickHandlerFactory()
|
D | NotificationVisibilityLogger.java | 94 IStatusBarService barService, in NotificationVisibilityLogger() argument 97 mBarService = barService; in NotificationVisibilityLogger()
|
D | NotificationPanelViewController.java | 152 IStatusBarService barService, in NotificationPanelViewController() argument 168 mBarService = barService; in NotificationPanelViewController()
|
/packages/apps/TvSystemUI/src/com/android/systemui/tv/statusbar/ |
D | TvStatusBar.java | 64 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/ |
D | MDSystemBarsControllerImpl.java | 78 IStatusBarService barService, in MDSystemBarsControllerImpl() argument 97 barService, in MDSystemBarsControllerImpl()
|
D | CarSystemBarModule.java | 160 IStatusBarService barService, in provideCarSystemBarController() argument 181 autoHideController, buttonSelectionStateListener, mainExecutor, barService, in provideCarSystemBarController() 188 buttonSelectionStateListener, mainExecutor, barService, in provideCarSystemBarController()
|
D | CarSystemBarControllerImpl.java | 223 IStatusBarService barService, in CarSystemBarControllerImpl() argument 241 mBarService = barService; in CarSystemBarControllerImpl()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | NotificationClickHandlerFactory.java | 85 public NotificationClickHandlerFactory(IStatusBarService barService) { in NotificationClickHandlerFactory() argument 86 mBarService = barService; in NotificationClickHandlerFactory()
|