Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java61 private static final String LAUNCHCOUNT = "launchcount"; field in AppLaunchTests
128 mLaunchCount = Integer.parseInt(args.getString(LAUNCHCOUNT)); in setUp()