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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java120 private int mLaunchIterations = 10; field in class:AppLaunch
322 for (int launchCount = 0; launchCount < mLaunchIterations; launchCount++) {
341 for (int launchCount = 0; launchCount < mLaunchIterations; launchCount++) {
370 mLaunchIterations = Integer.parseInt(launchIterations);

Completed in 48 milliseconds