Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DProcessUtil.java272 public static boolean killAll(ITestDevice device, String pgrepRegex, long timeoutMs) in killAll() method in ProcessUtil
274 return killAll(device, pgrepRegex, timeoutMs, true); in killAll()
287 public static boolean killAll( in killAll() method in ProcessUtil
348 if (!killAll(device, pgrepRegex, timeoutMs, /*expectExist*/ false)) { in withProcessKill()
364 killAll(device, pgrepRegex, timeoutMs, /*expectExist*/ false); in withProcessKill()
DRootcanalUtils.java89 ProcessUtil.killAll( in finished()
192 if (ProcessUtil.killAll(device, "android\\.hardware\\.bluetooth@.*", 10_000, false)) { in enableRootcanal()
203 ProcessUtil.killAll(device, "hwservicemanager$", 10_000); in enableRootcanal()
/platform_testing/libraries/sts-common-util/host-side/tests/src/com/android/sts/common/util/
DTombstoneUtilsTest.java487 ProcessUtil.killAll( in testWithAssertNoCrashesCatchesCrash()
527 ProcessUtil.killAll( in testWithAssertNoCrashesForNoCrashPriorCrashes()