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/ |
D | TestActivity.java | 20 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/ |
D | ActivityManagerFgsBgStartTest.java | 224 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 …]
|
D | ActivityManagerTest.java | 1025 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testKillingAppChildProcess() 1058 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testKillingAppChildProcess() 1150 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testTrimAppChildProcess() 1164 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testTrimAppChildProcess() 1194 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testTrimAppChildProcess() 1364 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testTrimMemActivityFg() 1398 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testTrimMemActivityFg() 1613 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testServiceDoneLRUPosition() 1619 CommandReceiver.sendCommand(mTargetContext, CommandReceiver.COMMAND_START_ACTIVITY, in testServiceDoneLRUPosition()
|
D | ActivityManagerProcessStateTest.java | 1827 CommandReceiver.COMMAND_START_ACTIVITY, in testFgsLocationBind() 2345 CommandReceiver.COMMAND_START_ACTIVITY, in testFgsStickyInternal()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | CommandReceiver.java | 51 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/ |
D | SplashscreenTests.java | 36 import static android.server.wm.app.Components.TestActivity.COMMAND_START_ACTIVITY; 141 homeActivity.sendCommand(COMMAND_START_ACTIVITY, data); in startActivityFromTestLauncher()
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | Components.java | 336 public static final String COMMAND_START_ACTIVITY = "start_activity"; field in Components.TestActivity
|