/packages/apps/TvSystemUI/src/com/android/systemui/tv/statusbar/ |
D | TvStatusBar.java | 52 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/ |
D | CarDisplayAreaModule.java | 49 carUiPortraitDisplaySystemBarsController, CommandQueue commandQueue, in provideCarDisplayAreaController() argument 54 carUiPortraitDisplaySystemBarsController, commandQueue, in provideCarDisplayAreaController()
|
D | CarDisplayAreaController.java | 170 CommandQueue commandQueue, in CarDisplayAreaController() argument 206 commandQueue.addCallback(this); in CarDisplayAreaController()
|
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/ |
D | TvNotificationPanel.java | 45 public TvNotificationPanel(Context context, CommandQueue commandQueue) { in TvNotificationPanel() argument 47 mCommandQueue = commandQueue; in TvNotificationPanel()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/toast/ |
D | CarToastUI.java | 57 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/ |
D | CarSystemBarElementStatusBarDisableController.java | 56 CommandQueue commandQueue) { in CarSystemBarElementStatusBarDisableController() argument 57 mCommandQueue = commandQueue; in CarSystemBarElementStatusBarDisableController()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/decor/ |
D | CarPrivacyChipViewController.java | 73 CommandQueue commandQueue) { in CarPrivacyChipViewController() argument 76 commandQueue.addCallback(this); in CarPrivacyChipViewController()
|
/packages/apps/SystemUIGo/src/com/android/systemui/go/ |
D | SystemUIGoModule.java | 169 CommandQueue commandQueue) { in provideRecents() argument 170 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/ |
D | CarSystemUIModule.java | 128 CommandQueue commandQueue) { in provideRecents() argument 129 return new Recents(context, recentsImplementation, commandQueue); in provideRecents()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/ |
D | NotificationPanelViewController.java | 153 CommandQueue commandQueue, in NotificationPanelViewController() argument 169 mCommandQueue = commandQueue; in NotificationPanelViewController()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBar.java | 176 CommandQueue commandQueue, in CarSystemBar() argument 198 mCommandQueue = commandQueue; in CarSystemBar()
|