Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java81 private String mCustomActivityList; field in AppLaunchTests
113 mCustomActivityList = args.getString(ACTIVITYLIST); in setUp()
114 if (mCustomActivityList == null || mCustomActivityList.isEmpty()) { in setUp()
125 mActivityList = getActivityList(mCustomActivityList); in setUp()