Home
last modified time | relevance | path

Searched refs:commandQueue (Results 1 – 11 of 11) sorted by relevance

/packages/apps/TvSystemUI/src/com/android/systemui/tv/statusbar/
DTvStatusBar.java52 public TvStatusBar(Context context, CommandQueue commandQueue, in TvStatusBar() argument
55 mCommandQueue = commandQueue; in TvStatusBar()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarDisplayAreaModule.java49 carUiPortraitDisplaySystemBarsController, CommandQueue commandQueue, in provideCarDisplayAreaController() argument
54 carUiPortraitDisplaySystemBarsController, commandQueue, in provideCarDisplayAreaController()
DCarDisplayAreaController.java170 CommandQueue commandQueue, in CarDisplayAreaController() argument
206 commandQueue.addCallback(this); in CarDisplayAreaController()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationPanel.java45 public TvNotificationPanel(Context context, CommandQueue commandQueue) { in TvNotificationPanel() argument
47 mCommandQueue = commandQueue; in TvNotificationPanel()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/toast/
DCarToastUI.java57 public CarToastUI(Context context, @Main Resources resources, CommandQueue commandQueue, in CarToastUI() argument
60 super(context, commandQueue, toastFactory, toastLogger); in CarToastUI()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/
DCarSystemBarElementStatusBarDisableController.java56 CommandQueue commandQueue) { in CarSystemBarElementStatusBarDisableController() argument
57 mCommandQueue = commandQueue; in CarSystemBarElementStatusBarDisableController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/decor/
DCarPrivacyChipViewController.java73 CommandQueue commandQueue) { in CarPrivacyChipViewController() argument
76 commandQueue.addCallback(this); in CarPrivacyChipViewController()
/packages/apps/SystemUIGo/src/com/android/systemui/go/
DSystemUIGoModule.java169 CommandQueue commandQueue) { in provideRecents() argument
170 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
/packages/apps/Car/SystemUI/src/com/android/systemui/
DCarSystemUIModule.java128 CommandQueue commandQueue) { in provideRecents() argument
129 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java153 CommandQueue commandQueue, in NotificationPanelViewController() argument
169 mCommandQueue = commandQueue; in NotificationPanelViewController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java176 CommandQueue commandQueue, in CarSystemBar() argument
198 mCommandQueue = commandQueue; in CarSystemBar()