Searched refs:testApps (Results 1 – 1 of 1) sorted by relevance
131 BenchmarkState state, boolean expectedResult, TestApp...testApps) in createSinglePackageSessions() argument134 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() argument184 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()