Searched refs:STAR_SIGN (Results 1 – 1 of 1) sorted by relevance
63 private static final String STAR_SIGN = "*"; field in CarrierXmlParser221 result = result + STAR_SIGN + commandParameter.get(parameterIndex); in getCommandStructure()251 result = result + STAR_SIGN + commandParameter.get(counter); in makeCommand()253 result = result + STAR_SIGN + informationSet.get( in makeCommand()258 result = result + STAR_SIGN; in makeCommand()663 String[] activateArray = activateStr.split("\\" + STAR_SIGN); in compareCommand()664 String[] inputArray = inputStr.split("\\" + STAR_SIGN); in compareCommand()