Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java241 Map<String, String> informationSet = inputInformationSet; in makeCommand() local
246 if (informationSet != null && informationSet.size() > 0 in makeCommand()
247 && informationSet.containsKey(commandParameter.get(counter))) { in makeCommand()
248 getInputValue = informationSet.get(commandParameter.get(counter)); in makeCommand()
253 result = result + STAR_SIGN + informationSet.get( in makeCommand()