Home
last modified time | relevance | path

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

/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DHermeticMemoryTest.java76 private String mComponentName = new String(); field in HermeticMemoryTest
112 (mComponentName.split("/").length == 2)); in run()
113 mTestDevice.executeShellCommand(String.format(AM_START, mComponentName)); in run()
171 String pkgActivitySplit[] = mComponentName.split("/"); in getProcessId()