Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DTestActivity.java20 import static android.server.wm.app.Components.TestActivity.COMMAND_START_ACTIVITY;
112 case COMMAND_START_ACTIVITY: in handleCommand()
/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java224 CommandReceiver.COMMAND_START_ACTIVITY, in testFgsLocationStartFromBG()
301 CommandReceiver.COMMAND_START_ACTIVITY, in testFgsLocationStartFromBGTwoProcesses()
417 CommandReceiver.COMMAND_START_ACTIVITY, in testFgsLocationPendingIntent()
550 CommandReceiver.COMMAND_START_ACTIVITY, in testUpdateUidProcState()
652 CommandReceiver.COMMAND_START_ACTIVITY, in testFgsStartFromBG()
705 CommandReceiver.COMMAND_START_ACTIVITY, in testFgsStartFromBoundTopState()
771 CommandReceiver.COMMAND_START_ACTIVITY, in testFgsStartFromFgsState()
1344 CommandReceiver.COMMAND_START_ACTIVITY, in testVisibleActivityGracePeriodInternal()
1397 CommandReceiver.sendCommand(mContext, CommandReceiver.COMMAND_START_ACTIVITY, in testStartForegroundTimeout()
1430 CommandReceiver.sendCommand(mContext, CommandReceiver.COMMAND_START_ACTIVITY, in testStartForegroundTimeout()
[all …]
DActivityManagerTest.java997 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testKillingAppChildProcess()
1030 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testKillingAppChildProcess()
1122 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testTrimAppChildProcess()
1136 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testTrimAppChildProcess()
1166 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testTrimAppChildProcess()
1331 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testTrimMemActivityFg()
1361 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testTrimMemActivityFg()
1587 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testServiceDoneLRUPosition()
1593 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testServiceDoneLRUPosition()
DActivityManagerProcessStateTest.java1827 CommandReceiver.COMMAND_START_ACTIVITY, in testFgsLocationBind()
2345 CommandReceiver.COMMAND_START_ACTIVITY, in testFgsStickyInternal()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java51 public static final int COMMAND_START_ACTIVITY = 10; field in CommandReceiver
147 case COMMAND_START_ACTIVITY: in onReceive()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java34 import static android.server.wm.app.Components.TestActivity.COMMAND_START_ACTIVITY;
138 homeActivity.sendCommand(COMMAND_START_ACTIVITY, data); in startActivityFromTestLauncher()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java320 public static final String COMMAND_START_ACTIVITY = "start_activity"; field in Components.TestActivity