Searched refs:runKill (Results 1 – 4 of 4) sorted by relevance
34 public static void runKill(String packageName) throws Exception { in runKill() method in AmUtils35 runKill(packageName, false /* wait */); in runKill()38 public static void runKill(String packageName, boolean wait) throws Exception { in runKill() method in AmUtils
21 import static com.android.compatibility.common.util.AmUtils.runKill;70 runKill(targetPackage); in testBgServiceThrottled()88 runKill(targetPackage); in testBgServiceThrottled()106 runKill(targetPackage); in testBgServiceThrottled()
21 import static com.android.compatibility.common.util.AmUtils.runKill;180 runKill(packageName, /*wait=*/ true); in forcePackageIntoBg()
751 AmUtils.runKill(targetActivity.getPackageName(), true /* wait */); in testRestoreFromKill()