Searched refs:processNames (Results 1 – 4 of 4) sorted by relevance
46 public JavaCodeCoverageFlusher(ITestDevice device, List<String> processNames) { in JavaCodeCoverageFlusher() argument48 mProcessNames = ImmutableList.copyOf(processNames); in JavaCodeCoverageFlusher()89 List<String> processNames = mProcessNames; in resetCoverage() local91 if (processNames.isEmpty()) { in resetCoverage()92 processNames = getAllProcessNames(); in resetCoverage()99 Sets.intersection(javaPackages, ImmutableSet.copyOf(processNames))) { in resetCoverage()118 List<String> processNames = mProcessNames; in forceCoverageFlush() local119 if (processNames.isEmpty()) { in forceCoverageFlush()120 processNames = getAllProcessNames(); in forceCoverageFlush()129 Sets.intersection(javaPackages, ImmutableSet.copyOf(processNames))) { in forceCoverageFlush()
40 public NativeCodeCoverageFlusher(ITestDevice device, List<String> processNames) { in NativeCodeCoverageFlusher() argument42 mProcessNames = processNames; in NativeCodeCoverageFlusher()
389 final List<String> processNames = new ArrayList<>(); in testNativeCoverageSpecificProcesses() local390 processNames.add("init"); in testNativeCoverageSpecificProcesses()391 processNames.add("surfaceflinger"); in testNativeCoverageSpecificProcesses()396 for (String processName : processNames) { in testNativeCoverageSpecificProcesses()415 EasyMock.expect(mMockITestDevice.getProcessPid(processNames.get(0))).andReturn("1"); in testNativeCoverageSpecificProcesses()416 EasyMock.expect(mMockITestDevice.getProcessPid(processNames.get(0))).andReturn("1"); in testNativeCoverageSpecificProcesses()417 EasyMock.expect(mMockITestDevice.getProcessPid(processNames.get(0))).andReturn("1"); in testNativeCoverageSpecificProcesses()418 EasyMock.expect(mMockITestDevice.getProcessPid(processNames.get(1))).andReturn("1000"); in testNativeCoverageSpecificProcesses()419 EasyMock.expect(mMockITestDevice.getProcessPid(processNames.get(1))).andReturn("1000"); in testNativeCoverageSpecificProcesses()420 EasyMock.expect(mMockITestDevice.getProcessPid(processNames.get(1))).andReturn("1000"); in testNativeCoverageSpecificProcesses()
548 final List<String> processNames = new ArrayList<>(); in testNativeCoverageSpecificProcesses() local549 processNames.add("init"); in testNativeCoverageSpecificProcesses()550 processNames.add("surfaceflinger"); in testNativeCoverageSpecificProcesses()555 for (String processName : processNames) { in testNativeCoverageSpecificProcesses()571 EasyMock.expect(mMockITestDevice.getProcessPid(processNames.get(0))).andReturn("1"); in testNativeCoverageSpecificProcesses()572 EasyMock.expect(mMockITestDevice.getProcessPid(processNames.get(1))).andReturn("1000"); in testNativeCoverageSpecificProcesses()