Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarDisplayAreaModule.java58 carUiPortraitDisplaySystemBarsController, CommandQueue commandQueue, in provideCarDisplayAreaController() argument
62 carUiPortraitDisplaySystemBarsController, commandQueue, in provideCarDisplayAreaController()
DCarDisplayAreaController.java384 CommandQueue commandQueue, in CarDisplayAreaController() argument
431 commandQueue.addCallback(this); in CarDisplayAreaController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/toast/
DCarToastUI.java56 public CarToastUI(Context context, @Main Resources resources, CommandQueue commandQueue, in CarToastUI() argument
58 super(context, commandQueue, toastFactory, toastLogger); in CarToastUI()
/packages/apps/SystemUIGo/src/com/android/systemui/go/
DSystemUIGoModule.java183 CommandQueue commandQueue) { in provideRecents() argument
184 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
/packages/apps/Car/SystemUI/src/com/android/systemui/
DCarSystemUIModule.java142 CommandQueue commandQueue) { in provideRecents() argument
143 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java123 CommandQueue commandQueue, in NotificationPanelViewController() argument
139 mCommandQueue = commandQueue; in NotificationPanelViewController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java145 CommandQueue commandQueue, in CarSystemBar() argument
163 mCommandQueue = commandQueue; in CarSystemBar()