Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java100 static final String CANT_SAVE_STATE_2_PACKAGE_NAME = "com.android.test.cantsavestate2"; field in ActivityManagerProcessStateTest
1377 activity2Intent.setPackage(CANT_SAVE_STATE_2_PACKAGE_NAME); in testCantSaveStateLaunchAndSwitch()
1396 cmd = "am make-uid-idle " + CANT_SAVE_STATE_2_PACKAGE_NAME; in testCantSaveStateLaunchAndSwitch()
1405 CANT_SAVE_STATE_2_PACKAGE_NAME, 0); in testCantSaveStateLaunchAndSwitch()
1449 waitForAppFocus(CANT_SAVE_STATE_2_PACKAGE_NAME, WAIT_TIME); in testCantSaveStateLaunchAndSwitch()
1473 waitForAppFocus(CANT_SAVE_STATE_2_PACKAGE_NAME, WAIT_TIME); in testCantSaveStateLaunchAndSwitch()
1508 cmd = "am make-uid-idle " + CANT_SAVE_STATE_2_PACKAGE_NAME; in testCantSaveStateLaunchAndSwitch()