Searched defs:pgrepRegex (Results 1 – 2 of 2) 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() 107 public static Optional<Integer> pidOf(ITestDevice device, String pgrepRegex) in pidOf() 126 public static Map<Integer, String> waitProcessRunning(ITestDevice device, String pgrepRegex) in waitProcessRunning() 140 ITestDevice device, String pgrepRegex, long timeoutMs) in waitProcessRunning() 272 public static boolean killAll(ITestDevice device, String pgrepRegex, long timeoutMs) in killAll() 288 ITestDevice device, String pgrepRegex, long timeoutMs, boolean expectExist) in killAll() 324 final ITestDevice device, final String pgrepRegex, final Runnable beforeCloseKill) in withProcessKill() 341 final String pgrepRegex, in withProcessKill()
|
/platform_testing/libraries/sts-common-util/host-side/tests/src/com/android/sts/common/util/ |
D | TombstoneUtilsTest.java | 486 String pgrepRegex = "sleep"; in testWithAssertNoCrashesCatchesCrash() local 488 getDevice(), pgrepRegex, /* timeoutMs */ 60_000, /* expectExist */ false); in testWithAssertNoCrashesCatchesCrash() local 525 String pgrepRegex = "sleep"; in testWithAssertNoCrashesForNoCrashPriorCrashes() local 528 getDevice(), pgrepRegex, /* timeoutMs */ 60_000, /* expectExist */ false); in testWithAssertNoCrashesForNoCrashPriorCrashes() local
|