Searched refs:PACKAGE_NAME_APP3 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerProcessStateTest.java | 109 private static final String PACKAGE_NAME_APP3 = "com.android.app3"; field in ActivityManagerProcessStateTest 113 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, PACKAGE_NAME_APP3 1644 PACKAGE_NAME_APP3, 0); in testCycleFgs() 1659 PACKAGE_NAME_APP1, PACKAGE_NAME_APP3, 0, null); in testCycleFgs() 1665 PACKAGE_NAME_APP3, PACKAGE_NAME_APP1, 0, null); in testCycleFgs() 1686 PACKAGE_NAME_APP3, PACKAGE_NAME_APP1, 0, null); in testCycleFgs() 1688 PACKAGE_NAME_APP1, PACKAGE_NAME_APP3, 0, null); in testCycleFgs() 1711 PACKAGE_NAME_APP3, 0); in testCycleFgsTriangle() 1734 PACKAGE_NAME_APP2, PACKAGE_NAME_APP3, 0, null); in testCycleFgsTriangle() 1739 PACKAGE_NAME_APP3, PACKAGE_NAME_APP1, 0, null); in testCycleFgsTriangle() [all …]
|
D | ActivityManagerFgsBgStartTest.java | 104 static final String PACKAGE_NAME_APP3 = "com.android.app3"; field in ActivityManagerFgsBgStartTest 137 PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, PACKAGE_NAME_APP3 598 PACKAGE_NAME_APP3, 0); in testUpdateUidProcState() 625 allowBgActivityStart(PACKAGE_NAME_APP3, true); in testUpdateUidProcState() 628 PACKAGE_NAME_APP3, PACKAGE_NAME_APP3, 0, null); in testUpdateUidProcState() 638 PACKAGE_NAME_APP3, PACKAGE_NAME_APP2, Context.BIND_INCLUDE_CAPABILITIES, in testUpdateUidProcState() 643 PACKAGE_NAME_APP3, PACKAGE_NAME_APP2, 0, null); in testUpdateUidProcState() 649 PACKAGE_NAME_APP3, PACKAGE_NAME_APP3, 0, null); in testUpdateUidProcState() 651 PACKAGE_NAME_APP3, PACKAGE_NAME_APP2, 0, null); in testUpdateUidProcState() 662 allowBgActivityStart(PACKAGE_NAME_APP3, false); in testUpdateUidProcState() [all …]
|
D | ActivityManagerTest.java | 174 private static final String PACKAGE_NAME_APP3 = "com.android.app3"; field in ActivityManagerTest 1433 ai = mTargetContext.getPackageManager().getApplicationInfo(PACKAGE_NAME_APP3, 0); in testTrimAppChildProcess() 1456 "cmd deviceidle whitelist +" + PACKAGE_NAME_APP3); in testTrimAppChildProcess() 1507 PACKAGE_NAME_APP3, PACKAGE_NAME_APP3, 0, null); in testTrimAppChildProcess() 1512 startLatch = startChildProcessInPackage(PACKAGE_NAME_APP3, in testTrimAppChildProcess() 1547 "cmd deviceidle whitelist -" + PACKAGE_NAME_APP3); in testTrimAppChildProcess() 1553 mActivityManager.forceStopPackage(PACKAGE_NAME_APP3); in testTrimAppChildProcess() 1729 final String[] packageNames = {PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, PACKAGE_NAME_APP3}; in testServiceDoneLRUPosition() 1767 final String[] otherPackages = {PACKAGE_NAME_APP2, PACKAGE_NAME_APP3}; in testServiceDoneLRUPosition() 1823 final String[] packageNames = {PACKAGE_NAME_APP1, PACKAGE_NAME_APP2, PACKAGE_NAME_APP3}; in testBroadcastReceiverLRUPosition()
|