Searched refs:startChildProcessInPackage (Results 1 – 1 of 1) sorted by relevance
1031 CountDownLatch startLatch = startChildProcessInPackage(PACKAGE_NAME_APP1, in testKillingAppChildProcess()1064 startLatch = startChildProcessInPackage(PACKAGE_NAME_APP1, in testKillingAppChildProcess()1156 CountDownLatch startLatch = startChildProcessInPackage(PACKAGE_NAME_APP1, in testTrimAppChildProcess()1170 startLatch = startChildProcessInPackage(PACKAGE_NAME_APP2, in testTrimAppChildProcess()1200 startLatch = startChildProcessInPackage(PACKAGE_NAME_APP3, in testTrimAppChildProcess()1250 private CountDownLatch startChildProcessInPackage(String pkgName, String[] cmdline) { in startChildProcessInPackage() method in ActivityManagerTest