Searched refs:uninstallSession (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/apct-tests/perftests/packagemanager/src/android/content/pm/ |
D | PackageInstallerBenchmark.java | 210 private void uninstallSession(BenchmarkState state, String...packageNames) in uninstallSession() method in PackageInstallerBenchmark 252 uninstallSession(state, TestApp.A); in commit_aSingleApkSession_untilFinishBenchmark() 270 uninstallSession(state, TestApp.A, TestApp.B, TestApp.C); in commit_threeSingleApkSessions_untilFinishBenchmark() 291 uninstallSession(state, TestApp.A, TestApp.B, TestApp.C); in commit_aMultiplePackagesSession_untilFinishBenchmark() 314 uninstallSession(state, TestApp.A, TestApp.B, TestApp.C); in commit_threeMultiplePackageSessions_untilFinishBenchmark() 332 uninstallSession(state, TestApp.A); in commit_aMultipleApksSession_untilFinishBenchmark()
|