Searched refs:mLaunchIterations (Results 1 – 1 of 1) sorted by relevance
164 private int mLaunchIterations = 10; field in AppLaunch710 for (int launchCount = 0; launchCount < mLaunchIterations; launchCount++) { in setLaunchOrder()742 for (int launchCount = 0; launchCount < mLaunchIterations; launchCount++) { in setLaunchOrder()936 mLaunchIterations = Integer.parseInt(launchIterations); in parseArgs()