Home
last modified time | relevance | path

Searched refs:checkEmpty (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/asuite_plugin/src/java/com/android/atest/
DAtestUtils.java66 public static boolean checkEmpty(String... targets) { in checkEmpty() method in AtestUtils
/tools/asuite/asuite_plugin/src/java/com/android/atest/commandAdapter/
DCommandRunner.java80 if (AtestUtils.checkEmpty(lunchTarget, testTarget, workPath)) { in CommandRunner()