Home
last modified time | relevance | path

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

/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
DAppSmokeTest.java61 private static final String DEBUG_LIST = "debug_apps"; field in AppSmokeTest
175 if (args.containsKey(DEBUG_LIST)) { in generateAppsList()
176 debugApps.addAll(Arrays.asList(args.getString(DEBUG_LIST).split(","))); in generateAppsList()