Home
last modified time | relevance | path

Searched refs:mTestExecutor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DNotifierTest.java91 private FakeExecutor mTestExecutor = new FakeExecutor(); field in NotifierTest
120 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testVibrateEnabled_wiredCharging()
137 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testVibrateDisabled_wiredCharging()
153 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testVibrateEnabled_wirelessCharging()
170 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testVibrateDisabled_wirelessCharging()
189 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testVibrateEnabled_dndOn()
206 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testWirelessAnimationEnabled()
223 mTestExecutor.simulateAsyncExecutionOfLastCommand(); in testWirelessAnimationDisabled()
379 mTestExecutor, mPowerManagerFlags, injector); in createNotifier()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java104 private ShellExecutor mTestExecutor; field in StartingSurfaceDrawerTests
136 mTestExecutor = new HandlerExecutor(mTestHandler); in setUp()
137 mStartingSurfaceDrawer = new StartingSurfaceDrawer(mTestContext, mTestExecutor, in setUp()
140 new StartingSurfaceDrawer(mTestContext, mTestExecutor, mIconProvider, in setUp()
233 snapshot, mTestExecutor, () -> { in testRemoveTaskSnapshotWithImeSurfaceWhenOnImeDrawn()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
DShellTaskOrganizerTests.java94 private ShellExecutor mTestExecutor; field in ShellTaskOrganizerTests
146 mShellInit = spy(new ShellInit(mTestExecutor)); in setUp()
149 Optional.of(mRecentTasksController), mTestExecutor)); in setUp()