Searched refs:cmdOutput (Results 1 – 7 of 7) sorted by relevance
32 public T apply(String cmdOutput) { in apply() argument36 Object ret = m.invoke(null, cmdOutput); in apply()39 CLog.wtf("ERROR: Apply failed with " + cmdOutput, e.getTargetException()); in apply()41 CLog.wtf("ERROR: Apply failed with " + cmdOutput, e); in apply()
34 public static LocationInfo parse(String cmdOutput) throws Exception { in parse() argument35 return new LocationInfo(Boolean.parseBoolean(cmdOutput.trim())); in parse()
36 public static WifiInfo parse(String cmdOutput) throws Exception { in parse() argument37 String[] lines = cmdOutput.split("\n"); in parse()
77 public static SilentModeInfo parse(String cmdOutput) throws Exception { in parse() argument79 String[] lines = cmdOutput.split("\n"); in parse()
117 public static CpmsSystemLayerStateInfo parse(String cmdOutput) throws Exception { in parse() argument118 String[] lines = cmdOutput.split("\n"); in parse()
203 public static CpmsFrameworkLayerStateInfo parse(String cmdOutput) in parse() argument221 String[] lines = cmdOutput.split("\n"); in parse()
261 String cmdOutput; in assertThatFileisNotEmpty() local263 cmdOutput = runShellCommand(mUiAutomation, "ls -l " + file); in assertThatFileisNotEmpty()279 cmdOutput = new String(FileUtils.readInputStreamFully(inputStream)); in assertThatFileisNotEmpty()283 String[] fileInfo = cmdOutput.split(" "); in assertThatFileisNotEmpty()