Searched refs:PACKAGE_NAME_APP2 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerFgsBgStartTest.java | 82 private static final String PACKAGE_NAME_APP2 = "com.android.app2"; field in ActivityManagerFgsBgStartTest 106 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, PACKAGE_NAME_APP3 268 PACKAGE_NAME_APP2, 0); in testFgsLocationStartFromBGTwoProcesses() 284 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, 0, bundle); in testFgsLocationStartFromBGTwoProcesses() 293 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, 0, null); in testFgsLocationStartFromBGTwoProcesses() 312 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, 0, bundle); in testFgsLocationStartFromBGTwoProcesses() 321 PACKAGE_NAME_APP2, PACKAGE_NAME_APP2, 0, null); in testFgsLocationStartFromBGTwoProcesses() 352 PACKAGE_NAME_APP2, 0); in testFgsLocationPendingIntent() 365 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, 0, null); in testFgsLocationPendingIntent() 368 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, 0, null); in testFgsLocationPendingIntent() [all …]
|
D | ActivityManagerTest.java | 121 private static final String PACKAGE_NAME_APP2 = "com.android.app2"; field in ActivityManagerTest 1091 ai = mTargetContext.getPackageManager().getApplicationInfo(PACKAGE_NAME_APP2, 0); in testTrimAppChildProcess() 1114 "cmd deviceidle whitelist +" + PACKAGE_NAME_APP2); in testTrimAppChildProcess() 1137 PACKAGE_NAME_APP2, PACKAGE_NAME_APP2, 0, null); in testTrimAppChildProcess() 1142 startLatch = startChildProcessInPackage(PACKAGE_NAME_APP2, in testTrimAppChildProcess() 1205 "cmd deviceidle whitelist -" + PACKAGE_NAME_APP2); in testTrimAppChildProcess() 1212 mActivityManager.forceStopPackage(PACKAGE_NAME_APP2); in testTrimAppChildProcess() 1307 .getApplicationInfo(PACKAGE_NAME_APP2, 0); in testTrimMemActivityFg() 1362 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, 0, null); in testTrimMemActivityFg() 1403 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, 0, null); in testTrimMemActivityFg() [all …]
|
D | ActivityManagerProcessStateTest.java | 96 private static final String PACKAGE_NAME_APP2 = "com.android.app2"; field in ActivityManagerProcessStateTest 100 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, PACKAGE_NAME_APP3 1655 PACKAGE_NAME_APP2, 0); in testCycleFgsTriangle() 1672 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, 0, null); in testCycleFgsTriangle() 1678 PACKAGE_NAME_APP2, PACKAGE_NAME_APP3, 0, null); in testCycleFgsTriangle() 1710 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, 0, null); in testCycleFgsTriangle() 1717 PACKAGE_NAME_APP2, PACKAGE_NAME_APP3, 0, null); in testCycleFgsTriangle() 1742 PACKAGE_NAME_APP2, 0); in testCycleFgsTriangleBiDi() 1760 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, 0, null); in testCycleFgsTriangleBiDi() 1769 PACKAGE_NAME_APP2, PACKAGE_NAME_APP3, 0, null); in testCycleFgsTriangleBiDi() [all …]
|