Home
last modified time | relevance | path

Searched refs:mCommandQueue (Results 1 – 25 of 62) sorted by relevance

123

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java56 private CommandQueue mCommandQueue; field in CommandQueueTest
77 mCommandQueue.setIcon(slot, icon); in testIcon()
81 mCommandQueue.removeIcon(slot); in testIcon()
220 mCommandQueue.toggleRecentApps(); in testToggleRecentApps()
227 mCommandQueue.preloadRecentApps(); in testPreloadRecentApps()
342 mCommandQueue.startAssist(b); in testStartAssist()
364 mCommandQueue.addQsTile(c); in testAddQsTile()
372 mCommandQueue.remQsTile(c); in testRemoveQsTile()
380 mCommandQueue.clickQsTile(c); in testClickQsTile()
387 mCommandQueue.toggleSplitScreen(); in testToggleAppSplitScreen()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationTest.java73 private CommandQueue mCommandQueue; field in WindowMagnificationTest
89 mCommandQueue = new CommandQueue(getContext()); in setUp()
91 getContext().getMainThreadHandler(), mCommandQueue, mModeSwitchesController, in setUp()
103 mCommandQueue.requestWindowMagnificationConnection(true); in requestWindowMagnificationConnection_setWindowMagnificationConnection()
109 mCommandQueue.requestWindowMagnificationConnection(false); in requestWindowMagnificationConnection_setWindowMagnificationConnection()
118 mCommandQueue.requestWindowMagnificationConnection(true); in onWindowMagnifierBoundsChanged()
129 mCommandQueue.requestWindowMagnificationConnection(true); in onPerformScaleAction_enabled_notifyCallback()
139 mCommandQueue.requestWindowMagnificationConnection(true); in onAccessibilityActionPerformed_enabled_notifyCallback()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java41 private final CommandQueue mCommandQueue; field in TvStatusBar
48 mCommandQueue = commandQueue; in TvStatusBar()
56 mCommandQueue.addCallback(this); in start()
58 barService.registerStatusBar(mCommandQueue); in start()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarCommandQueueCallbacksTest.java67 @Mock private CommandQueue mCommandQueue; field in StatusBarCommandQueueCallbacksTest
99 mCommandQueue, in setup()
116 mCommandQueue, new FakeExecutor(new FakeSystemClock()), new DumpManager()), in setup()
133 when(mCommandQueue.panelsEnabled()).thenReturn(false); in testDisableNotificationShade()
151 when(mCommandQueue.panelsEnabled()).thenReturn(true); in testEnableNotificationShade()
H A DStatusBarNotificationPresenterTest.java79 private CommandQueue mCommandQueue; field in StatusBarNotificationPresenterTest
90 mCommandQueue = new CommandQueue(mContext); in setup()
118 mCommandQueue, in setup()
148 mCommandQueue.disable(DEFAULT_DISPLAY, StatusBarManager.DISABLE_EXPAND, 0, in testSuppressHeadsUp_disabledStatusBar()
165 mCommandQueue.disable(DEFAULT_DISPLAY, 0, StatusBarManager.DISABLE2_NOTIFICATION_SHADE, in testSuppressHeadsUp_disabledNotificationShade()
H A DHeadsUpAppearanceControllerTest.java69 private CommandQueue mCommandQueue; field in HeadsUpAppearanceControllerTest
88 mCommandQueue = mock(CommandQueue.class); in setUp()
96 mCommandQueue, in setUp()
178 mCommandQueue, in constructor_animationValuesUpdated()
H A DLightsOutNotifControllerTest.java63 @Mock private CommandQueue mCommandQueue; field in LightsOutNotifControllerTest
85 mCommandQueue); in setUp()
93 verify(mCommandQueue).addCallback(mCallbacksCaptor.capture()); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifController.java52 private final CommandQueue mCommandQueue; field in LightsOutNotifController
68 mCommandQueue = commandQueue; in LightsOutNotifController()
90 mCommandQueue.removeCallback(mCallback); in destroy()
96 mCommandQueue.addCallback(mCallback); in init()
H A DShadeControllerImpl.java46 private final CommandQueue mCommandQueue; field in ShadeControllerImpl
68 mCommandQueue = commandQueue; in ShadeControllerImpl()
84 mCommandQueue.recomputeDisableFlags(mDisplayId, false /* animate */); in instantExpandNotificationsPanel()
142 mCommandQueue.animateCollapsePanels( in closeShadeIfOpen()
H A DLightBarTransitionsController.java52 private final CommandQueue mCommandQueue; field in LightBarTransitionsController
80 mCommandQueue = commandQueue; in LightBarTransitionsController()
81 mCommandQueue.addCallback(this); in LightBarTransitionsController()
89 mCommandQueue.removeCallback(this); in destroy()
H A DStatusBarRemoteInputCallback.java76 private final CommandQueue mCommandQueue; field in StatusBarRemoteInputCallback
108 mCommandQueue = commandQueue; in StatusBarRemoteInputCallback()
109 mCommandQueue.addCallback(this); in StatusBarRemoteInputCallback()
205 mCommandQueue.animateCollapsePanels(); in onLockedWorkRemoteInput()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java36 private final CommandQueue mCommandQueue; field in Recents
41 mCommandQueue = commandQueue; in Recents()
46 mCommandQueue.addCallback(this); in start()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DWMShellTest.java67 @Mock CommandQueue mCommandQueue; field in WMShellTest
93 mCommandQueue, mConfigurationController, mKeyguardUpdateMonitor, in setUp()
102 verify(mCommandQueue).addCallback(any(CommandQueue.Callbacks.class)); in initPip_registersCommandQueueCallback()
124 verify(mCommandQueue).addCallback(any(CommandQueue.Callbacks.class)); in initOneHanded_registersCallbacks()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DUtils.java61 private final CommandQueue mCommandQueue; field in Utils.DisableStateTracker
68 mCommandQueue = commandQueue; in DisableStateTracker()
74 mCommandQueue.addCallback(this); in onViewAttachedToWindow()
79 mCommandQueue.removeCallback(this); in onViewDetachedFromWindow()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsComponent.java41 private final CommandQueue mCommandQueue; field in GlobalActionsComponent
55 mCommandQueue = commandQueue; in GlobalActionsComponent()
71 mCommandQueue.addCallback(this); in start()
H A DGlobalActionsImpl.java53 private final CommandQueue mCommandQueue; field in GlobalActionsImpl
66 mCommandQueue = commandQueue; in GlobalActionsImpl()
68 mCommandQueue.addCallback(this); in GlobalActionsImpl()
73 mCommandQueue.removeCallback(this); in destroy()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationPanel.java40 private final CommandQueue mCommandQueue; field in TvNotificationPanel
46 mCommandQueue = commandQueue; in TvNotificationPanel()
53 mCommandQueue.addCallback(this); in start()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java58 private CommandQueue mCommandQueue; field in LaunchConversationActivity
70 mCommandQueue = commandQueue; in LaunchConversationActivity()
71 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in LaunchConversationActivity()
84 mCommandQueue.removeCallback(this); in LaunchConversationActivity()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DEvsStateControl.cpp137 std::swap(emptyQueue, mCommandQueue); in postCommand()
140 mCommandQueue.push(cmd); in postCommand()
157 while (!mCommandQueue.empty()) { in updateLoop()
158 const Command& cmd = mCommandQueue.front(); in updateLoop()
170 mCommandQueue.pop(); in updateLoop()
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
H A DTestInterface.java86 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java120 private final CommandQueue mCommandQueue; field in WMShell
158 mCommandQueue = commandQueue; in WMShell()
182 mCommandQueue.addCallback(this); in start()
194 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in initPip()
314 () -> mCommandQueue.handleSystemKey( in initOneHanded()
359 mCommandQueue.addCallback(new CommandQueue.Callbacks() { in initOneHanded()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DLaunchConversationActivityTest.java95 private CommandQueue mCommandQueue; field in LaunchConversationActivityTest
108 Optional.of(mBubblesManager), mUserManager, mCommandQueue); in setUp()
109 verify(mCommandQueue, times(1)).addCallback(mCallbacksCaptor.capture()); in setUp()
214 mCommandQueue.appTransitionFinished(DEFAULT_DISPLAY); in testQuietModeOpensQuietModeDialog()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java90 private CommandQueue mCommandQueue; field in TaskbarDelegate
164 mCommandQueue = commandQueue; in setDependencies()
189 }, mCommandQueue) { in createLightBarTransitionsController()
203 mCommandQueue.addCallback(this);
227 mCommandQueue.removeCallback(this);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastUI.java59 private final CommandQueue mCommandQueue; field in ToastUI
93 mCommandQueue = commandQueue; in ToastUI()
103 mCommandQueue.addCallback(this); in start()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnification.java64 private final CommandQueue mCommandQueue; field in WindowMagnification
112 mCommandQueue = commandQueue; in WindowMagnification()
133 mCommandQueue.addCallback(this); in start()

123