Home
last modified time | relevance | path

Searched refs:commandParameter (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java188 public HashMap<Integer, String> commandParameter = new HashMap<Integer, String>(); field in CarrierXmlParser.SsEntry
206 + ", commandParameter:" + commandParameter.toString() in toString()
215 int mapSize = commandParameter.size(); in getCommandStructure()
219 if (commandParameter.containsKey(parameterIndex)) { in getCommandStructure()
220 if (commandParameter.get(parameterIndex) != null) { in getCommandStructure()
221 result = result + STAR_SIGN + commandParameter.get(parameterIndex); in getCommandStructure()
238 int mapSize = commandParameter.size(); in makeCommand()
243 if (commandParameter.containsKey(counter)) { in makeCommand()
247 && informationSet.containsKey(commandParameter.get(counter))) { in makeCommand()
248 getInputValue = informationSet.get(commandParameter.get(counter)); in makeCommand()
[all …]