/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | CommandQueueTest.java | 78 private CommandQueue mCommandQueue; field in CommandQueueTest 85 mCommandQueue = new CommandQueue(mContext, mDisplayTracker); in setup() 87 mCommandQueue.addCallback(mCallbacks); in setup() 100 mCommandQueue.setIcon(slot, icon); in testIcon() 104 mCommandQueue.removeIcon(slot); in testIcon() 113 mCommandQueue.disable(DEFAULT_DISPLAY, state1, state2); in testDisable() 122 mCommandQueue.disable(SECONDARY_DISPLAY, state1, state2); in testDisableForSecondaryDisplay() 139 mCommandQueue.disableForAllDisplays(expectedDisableStates); in testDisableForAllDisplays() 150 mCommandQueue.animateExpandNotificationsPanel(); in testExpandNotifications() 158 mCommandQueue.animateExpandSettingsPanel(panel); in testExpandSettings() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
D | MagnificationTest.java | 87 private CommandQueue mCommandQueue; field in MagnificationTest 129 mCommandQueue = new CommandQueue(getContext(), mDisplayTracker); in setUp() 132 mCommandQueue, mModeSwitchesController, in setUp() 150 mCommandQueue.requestMagnificationConnection(true); in requestWindowMagnificationConnection_setConnectionAndListener() 156 mCommandQueue.requestMagnificationConnection(false); in requestWindowMagnificationConnection_setConnectionAndListener() 165 mCommandQueue.requestMagnificationConnection(true); in onWindowMagnifierBoundsChanged() 178 mCommandQueue.requestMagnificationConnection(true); in onPerformScaleAction_enabled_notifyCallback() 190 mCommandQueue.requestMagnificationConnection(true); in onAccessibilityActionPerformed_enabled_notifyCallback() 201 mCommandQueue.requestMagnificationConnection(true); in onMove_enabled_notifyCallback() 276 mCommandQueue.requestMagnificationConnection(true); in onMagnifierScale_notifyCallback() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsImpl.java | 35 private final CommandQueue mCommandQueue; field in GlobalActionsImpl 50 mCommandQueue = commandQueue; in GlobalActionsImpl() 52 mCommandQueue.addCallback(this); in GlobalActionsImpl() 58 mCommandQueue.removeCallback(this); in destroy()
|
D | GlobalActionsComponent.java | 41 private final CommandQueue mCommandQueue; field in GlobalActionsComponent 54 mCommandQueue = commandQueue; in GlobalActionsComponent() 70 mCommandQueue.addCallback(this); in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputSwitcherDialogUI.java | 37 private final CommandQueue mCommandQueue; field in MediaOutputSwitcherDialogUI 45 mCommandQueue = commandQueue; in MediaOutputSwitcherDialogUI() 51 mCommandQueue.addCallback(this); in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | Recents.java | 40 private final CommandQueue mCommandQueue; field in Recents 45 mCommandQueue = commandQueue; in Recents() 50 mCommandQueue.addCallback(this); in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyLightsOutNotifController.java | 56 private final CommandQueue mCommandQueue; field in LegacyLightsOutNotifController 75 mCommandQueue = commandQueue; in LegacyLightsOutNotifController() 87 mCommandQueue.removeCallback(mCallback); in onViewDetached() 97 mCommandQueue.addCallback(mCallback); in onViewAttached()
|
D | LightBarTransitionsController.java | 101 private final CommandQueue mCommandQueue; field in LightBarTransitionsController 137 mCommandQueue = commandQueue; in LightBarTransitionsController() 139 mCommandQueue.addCallback(mCallback); in LightBarTransitionsController() 152 mCommandQueue.removeCallback(mCallback); in destroy()
|
D | StatusBarNotificationPresenter.java | 102 private final CommandQueue mCommandQueue; field in StatusBarNotificationPresenter 153 mCommandQueue = commandQueue; in StatusBarNotificationPresenter() 233 mCommandQueue.animateCollapsePanels(); in onUserSwitched() 345 if (!mCommandQueue.panelsEnabled()) { 413 return !mCommandQueue.panelsEnabled();
|
D | StatusBarRemoteInputCallback.java | 87 private final CommandQueue mCommandQueue; field in StatusBarRemoteInputCallback 124 mCommandQueue = commandQueue; in StatusBarRemoteInputCallback() 125 mCommandQueue.addCallback(this); in StatusBarRemoteInputCallback() 277 mCommandQueue.animateCollapsePanels(); in onLockedWorkRemoteInput()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/people/widget/ |
D | LaunchConversationActivityTest.java | 102 private CommandQueue mCommandQueue; field in LaunchConversationActivityTest 122 mCommandQueue, in setUp() 125 verify(mCommandQueue, times(1)).addCallback(mCallbacksCaptor.capture()); in setUp() 200 verify(mCommandQueue).removeCallback(any()); in testEntryClearsNotificationAndDoesNotOpenBubble() 226 verify(mCommandQueue).removeCallback(any()); in testBubbleEntryOpensBubbleAndDoesNotClearNotification() 247 verify(mCommandQueue).removeCallback(any()); in testQuietModeOpensQuietModeDialog() 271 verify(mCommandQueue).removeCallback(any()); in testBubbleWithNoNotifOpensBubble()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | WMShell.java | 127 private final CommandQueue mCommandQueue; field in WMShell 226 mCommandQueue = commandQueue; in WMShell() 260 mCommandQueue.addCallback(this); in start() 274 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in initPip() 324 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in initSplitScreen() 376 () -> mCommandQueue.handleSystemKey(new KeyEvent(KeyEvent.ACTION_DOWN, in initOneHanded() 407 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in initOneHanded() 438 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in initDesktopMode() 459 mCommandQueue::onRecentsAnimationStateChanged); in initRecentTasks()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/reardisplay/ |
D | RearDisplayDialogControllerTest.java | 70 private CommandQueue mCommandQueue; field in RearDisplayDialogControllerTest 111 mCommandQueue, in testClosedDialogIsShown() 135 mCommandQueue, in testClosedDialogIsRefreshedOnConfigurationChange() 165 mCommandQueue, in testOpenDialogIsShown()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | LaunchConversationActivity.java | 63 private CommandQueue mCommandQueue; field in LaunchConversationActivity 82 mCommandQueue = commandQueue; in LaunchConversationActivity() 83 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in LaunchConversationActivity() 96 mCommandQueue.removeCallback(this); in LaunchConversationActivity()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
D | TileServicesTest.java | 101 private CommandQueue mCommandQueue; field in TileServicesTest 145 mUserTracker, mKeyguardStateController, mCommandQueue, mStatusBarIconController, in setUp() 214 verify(mCommandQueue).addCallback(any()); in testRegisterCommand() 222 verify(mCommandQueue).addCallback(captor.capture()); in testRequestListeningStatusCommand() 242 verify(mCommandQueue).addCallback(captor.capture()); in testRequestListeningStatusCommand_onStartListeningFromRequest() 310 verify(mCommandQueue).addCallback(mCallbacksArgumentCaptor.capture()); in tileFreedForCorrectUser() 346 verify(mCommandQueue).addCallback(mCallbacksArgumentCaptor.capture()); in tileFreedForCorrectUser_onStartListeningFromRequest()
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/ |
D | TestInterface.java | 86 Queue<Integer> mCommandQueue = new LinkedList<Integer>(); field in TestInterface.LooperThread 98 mCommandQueue.add(i); in runCommand() 112 if (mCommandQueue.isEmpty()) { in run() 119 if (!mCommandQueue.isEmpty()) { in run() 120 command = mCommandQueue.remove(); in run()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/wmshell/ |
D | WMShellTest.kt | 99 private val mCommandQueue: CommandQueue = kosmos.commandQueue constant in com.android.systemui.wmshell.WMShellTest 129 mCommandQueue, in setUp() 149 verify(mCommandQueue).addCallback(any(CommandQueue.Callbacks::class.java)) in initPip_registersCommandQueueCallback() 155 verify(mCommandQueue).addCallback(any(CommandQueue.Callbacks::class.java)) in initOneHanded_registersCallbacks()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | LegacyLightsOutNotifControllerTest.java | 66 @Mock private CommandQueue mCommandQueue; field in LegacyLightsOutNotifControllerTest 93 mCommandQueue); in setUp() 102 verify(mCommandQueue).addCallback(mCallbacksCaptor.capture()); in setUp()
|
D | CentralSurfacesCommandQueueCallbacksTest.java | 88 @Mock private CommandQueue mCommandQueue; field in CentralSurfacesCommandQueueCallbacksTest 129 mCommandQueue, in setup() 170 when(mCommandQueue.panelsEnabled()).thenReturn(false); in testDisableNotificationShade() 186 when(mCommandQueue.panelsEnabled()).thenReturn(true); in testEnableNotificationShade()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/ |
D | RearDisplayDialogController.java | 84 private final CommandQueue mCommandQueue; field in RearDisplayDialogController 101 mCommandQueue = commandQueue; in RearDisplayDialogController() 111 mCommandQueue.addCallback(this); in start()
|
/frameworks/av/services/oboeservice/ |
D | AAudioServiceStreamBase.cpp | 183 mCommandQueue.startWaiting(); in open() 441 auto command = mCommandQueue.waitForCommand(timeoutNanos); in run() 756 return mCommandQueue.sendCommand(command); in exitStandby() 767 return mCommandQueue.sendCommand(command); in sendStartClientCommand() 776 return mCommandQueue.sendCommand(command); in sendStopClientCommand() 787 return mCommandQueue.sendCommand(std::make_shared<AAudioCommand>( in sendCommand() 816 mCommandQueue.stopWaiting(); in stopCommandThread()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/ |
D | ToastUI.java | 66 private final CommandQueue mCommandQueue; field in ToastUI 100 mCommandQueue = commandQueue; in ToastUI() 110 mCommandQueue.addCallback(this); in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeControllerImpl.java | 58 private final CommandQueue mCommandQueue; field in ShadeControllerImpl 99 mCommandQueue = commandQueue; in ShadeControllerImpl() 116 return mCommandQueue.panelsEnabled() && mDeviceProvisionedController.isCurrentUserSetup(); in isShadeEnabled()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/navigationbar/ |
D | TaskbarDelegateTest.kt | 51 @Mock lateinit var mCommandQueue: CommandQueue variable in com.android.systemui.navigationbar.TaskbarDelegateTest 89 mCommandQueue, in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | TileServices.java | 82 private final CommandQueue mCommandQueue; field in TileServices 112 mCommandQueue = commandQueue; in TileServices() 114 mCommandQueue.addCallback(mRequestListeningCallback); in TileServices() 415 mCommandQueue.removeCallback(mRequestListeningCallback); in destroy()
|