Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java383 public String getCommandStructure(SsEntry.SSAction inputAction) { in getCommandStructure() argument
384 SsEntry entry = ssEntryHashMap.get(inputAction); in getCommandStructure()
395 public String makeCommand(SsEntry.SSAction inputAction, in makeCommand() argument
397 SsEntry entry = ssEntryHashMap.get(inputAction); in makeCommand()
408 public HashMap<String, String> getResponseSet(SsEntry.SSAction inputAction, in getResponseSet() argument
410 SsEntry entry = ssEntryHashMap.get(inputAction); in getResponseSet()
DCallForwardEditPreference.java463 CarrierXmlParser.SsEntry.SSAction inputAction, in sendUssdCommand() argument
467 .makeCommand(inputAction, inputCfInfo); in sendUssdCommand()