Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
H A DAppLaunch.java130 private int mLaunchIterations = 10; field in AppLaunch
403 for (int launchCount = 0; launchCount < mLaunchIterations; launchCount++) { in setLaunchOrder()
424 for (int launchCount = 0; launchCount < mLaunchIterations; launchCount++) { in setLaunchOrder()
454 mLaunchIterations = Integer.parseInt(launchIterations); in parseArgs()
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java164 private int mLaunchIterations = 10; field in AppLaunch
710 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()