Searched refs:PACKAGE_NAME_APP1 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerFgsBgStartTest.java | 81 private static final String PACKAGE_NAME_APP1 = "com.android.app1"; field in ActivityManagerFgsBgStartTest 106 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, PACKAGE_NAME_APP3 167 PACKAGE_NAME_APP1, 0); in testFgsLocationStartFromBG() 182 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, bundle); in testFgsLocationStartFromBG() 191 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, null); in testFgsLocationStartFromBG() 201 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, bundle); in testFgsLocationStartFromBG() 205 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, bundle); in testFgsLocationStartFromBG() 214 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, null); in testFgsLocationStartFromBG() 218 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, null); in testFgsLocationStartFromBG() 222 allowBgActivityStart(PACKAGE_NAME_APP1, true); in testFgsLocationStartFromBG() [all …]
|
D | ActivityManagerTest.java | 120 private static final String PACKAGE_NAME_APP1 = "com.android.app1"; field in ActivityManagerTest 846 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, null); in testAppNotResponding() 859 mActivityManager.forceStopPackage(PACKAGE_NAME_APP1); in testAppNotResponding() 982 .getApplicationInfo(PACKAGE_NAME_APP1, 0); in testKillingAppChildProcess() 991 "cmd deviceidle whitelist +" + PACKAGE_NAME_APP1); in testKillingAppChildProcess() 998 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, null); in testKillingAppChildProcess() 1003 CountDownLatch startLatch = startChildProcessInPackage(PACKAGE_NAME_APP1, in testKillingAppChildProcess() 1012 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, null); in testKillingAppChildProcess() 1018 PACKAGE_NAME_APP1, processGoneTimeout); in testKillingAppChildProcess() 1024 stopLatch = stopChildProcess(PACKAGE_NAME_APP1, waitForSec); in testKillingAppChildProcess() [all …]
|
D | ActivityManagerProcessStateTest.java | 95 private static final String PACKAGE_NAME_APP1 = "com.android.app1"; field in ActivityManagerProcessStateTest 100 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, PACKAGE_NAME_APP3 1592 PACKAGE_NAME_APP1, 0); in testCycleFgs() 1603 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, null); in testCycleFgs() 1607 PACKAGE_NAME_APP1, PACKAGE_NAME_APP3, 0, null); in testCycleFgs() 1613 PACKAGE_NAME_APP3, PACKAGE_NAME_APP1, 0, null); in testCycleFgs() 1626 PACKAGE_NAME_APP1, PACKAGE_NAME_APP1, 0, null); in testCycleFgs() 1634 PACKAGE_NAME_APP3, PACKAGE_NAME_APP1, 0, null); in testCycleFgs() 1636 PACKAGE_NAME_APP1, PACKAGE_NAME_APP3, 0, null); in testCycleFgs() 1653 PACKAGE_NAME_APP1, 0); in testCycleFgsTriangle() [all …]
|