Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apct-tests/perftests/packagemanager/src/android/content/pm/
H A DPackageInstallerBenchmark.java131 BenchmarkState state, boolean expectedResult, TestApp...testApps) in createSinglePackageSessions() argument
134 uninstall(false /* stop at fail */, testApps); in createSinglePackageSessions()
138 for (TestApp testApp : testApps) { in createSinglePackageSessions()
163 for (TestApp[] testApps : testAppsList) { in createMultiplePackageSessions()
164 uninstall(false /* stop at fail */, testApps); in createMultiplePackageSessions()
166 mInstall = Install.multi(testApps); in createMultiplePackageSessions()
183 private void uninstall(boolean stopAtFail, TestApp...testApps) throws InterruptedException { in uninstall() argument
184 String[] packageNames = new String[testApps.length]; in uninstall()
185 for (int i = 0; i < testApps.length; i++) { in uninstall()
186 packageNames[i] = testApps[i].getPackageName(); in uninstall()