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.java384 public String getCommandStructure(SsEntry.SSAction inputAction) { in getCommandStructure() argument
385 SsEntry entry = ssEntryHashMap.get(inputAction); in getCommandStructure()
396 public String makeCommand(SsEntry.SSAction inputAction, in makeCommand() argument
398 SsEntry entry = ssEntryHashMap.get(inputAction); in makeCommand()
409 public HashMap<String, String> getResponseSet(SsEntry.SSAction inputAction, in getResponseSet() argument
411 SsEntry entry = ssEntryHashMap.get(inputAction); in getResponseSet()
DCallForwardEditPreference.java520 CarrierXmlParser.SsEntry.SSAction inputAction, in sendUssdCommand() argument
524 .makeCommand(inputAction, inputCfInfo); in sendUssdCommand()