Searched refs:checkEmpty (Results 1 – 2 of 2) sorted by relevance
66 public static boolean checkEmpty(String... targets) { in checkEmpty() method in AtestUtils
80 if (AtestUtils.checkEmpty(lunchTarget, testTarget, workPath)) { in CommandRunner()