Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/
DMemLeaksHelperTest.java553 String[] procNames = in testByGivenNamesDiffOff() local
944 mMemLeaksHelper.setUp(diffOnFlag, collectAllflag, procNames); in testByGivenNamesDiffOff()
999 String[] procNames = in testByGivenNamesDiffOn() local
1390 mMemLeaksHelper.setUp(diffOnFlag, collectAllflag, procNames); in testByGivenNamesDiffOn()
1444 String[] procNames = new String[] {}; in testByGivenEmptyNames() local
1446 mMemLeaksHelper.setUp(diffOnFlag, collectAllflag, procNames); in testByGivenEmptyNames()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DMemLeaksHelper.java58 public void setUp(boolean diffOn, boolean collectAllflag, String[] procNames) { in setUp() argument
61 mProcessNames = procNames; in setUp()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DMemHealthRecord.java84 List<String> procNames, in get() argument
90 for (String procName : procNames) { in get()