Searched refs:cmdOutput (Results 1 – 6 of 6) sorted by relevance
31 public T apply(String cmdOutput) { in apply() argument35 Object ret = m.invoke(null, cmdOutput); in apply()38 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()
70 public static SilentModeInfo parse(String cmdOutput) throws Exception { in parse() argument72 String[] lines = cmdOutput.split("\n"); in parse()76 "SilentModeQueryResult.parse(): malformatted cmd output: " + cmdOutput); in parse()
36 public static WifiInfo parse(String cmdOutput) throws Exception { in parse() argument37 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()
180 public static CpmsFrameworkLayerStateInfo parse(String cmdOutput) throws Exception { in parse() argument196 String[] lines = cmdOutput.split("\n"); in parse()