Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java93 private int mLaunchIterations; field in AppTransitionTests
127 mLaunchIterations = Integer.parseInt(mArgs.getString(KEY_LAUNCH_ITERATIONS, in setUp()
190 for (int launchCount = 0; launchCount <= mLaunchIterations; launchCount++) { in testColdLaunchFromLauncher()
237 for (int launchCount = 0; launchCount <= (mLaunchIterations); launchCount++) { in testHotLaunchFromLauncher()
279 for (int launchCount = 0; launchCount <= mLaunchIterations; launchCount++) { in testAppToRecents()
325 for (int launchCount = 0; launchCount <= mLaunchIterations; launchCount++) { in testHotLaunchFromRecents()