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