Lines Matching refs:Utility
42 public static boolean commandVerify(Utility utility) { in commandVerify()
56 if (Utility.MODE_HAP.equals(utility.getMode())) { in commandVerify()
58 } else if (Utility.MODE_HAR.equals(utility.getMode())) { in commandVerify()
60 } else if (Utility.MODE_APP.equals(utility.getMode())) { in commandVerify()
62 } else if (Utility.MODE_APPQF.equals(utility.getMode())) { in commandVerify()
64 } else if (Utility.MODE_HSP.equals(utility.getMode())) { in commandVerify()
78 private static boolean hapCommandVerify(Utility utility) { in hapCommandVerify()
97 private static boolean hspCommandVerify(Utility utility) { in hspCommandVerify()
113 private static boolean rpcidCommandVerify(Utility utility) { in rpcidCommandVerify()
128 private static boolean harCommandVerify(Utility utility) { in harCommandVerify()
150 private static boolean appCommandVerify(Utility utility) { in appCommandVerify()
173 private static boolean appqfVerify(Utility utility) { in appqfVerify()
192 private static boolean verifyOutPath(Utility utility, File file) { in verifyOutPath()