Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticMemoryTest.java79 private String mComponentName = new String(); field in HermeticMemoryTest
125 (mComponentName.split("/").length == 2)); in run()
127 mTestDevice.executeShellCommand(String.format(AM_START, mComponentName)); in run()
130 String.format(AM_BROADCAST, mIntentAction, mComponentName, mIntentParams)); in run()
153 uploadLogFile(dumpsysMemInfo, String.format("DumpsysMemInfo_%s", mComponentName)); in run()
185 String pkgActivitySplit[] = mComponentName.split("/"); in getProcessId()