Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DProcessUtil.java76 public static Optional<Map<Integer, String>> pidsOf(ITestDevice device, String pgrepRegex) in pidsOf() method in ProcessUtil
109 Optional<Map<Integer, String>> pids = pidsOf(device, pgrepRegex); in pidOf()
144 Optional<Map<Integer, String>> pidToCommand = pidsOf(device, pgrepRegex); in waitProcessRunning()
290 Optional<Map<Integer, String>> pids = pidsOf(device, pgrepRegex); in killAll()
438 Optional<Map<Integer, String>> pids = pidsOf(device, processPgrepRegex);
486 pidsOf(device, process)
DMallocDebug.java171 if (ProcessUtil.pidsOf(device, processName).isPresent()) { in withLibcMallocDebugOnNewProcess()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
DTombstoneUtils.java93 ProcessUtil.pidsOf(device, "^crash_dump.*$") in withAssertNoSecurityCrashes()