Searched refs:pidsOf (Results 1 – 3 of 3) sorted by relevance
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
D | ProcessUtil.java | 76 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)
|
D | MallocDebug.java | 171 if (ProcessUtil.pidsOf(device, processName).isPresent()) { in withLibcMallocDebugOnNewProcess()
|
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/ |
D | TombstoneUtils.java | 93 ProcessUtil.pidsOf(device, "^crash_dump.*$") in withAssertNoSecurityCrashes()
|