• Home
  • Raw
  • Download

Lines Matching refs:SsEntry

178     public static class SsEntry {  class in CarrierXmlParser
192 public SsEntry(String action) { in SsEntry() method in CarrierXmlParser.SsEntry
355 public HashMap<SsEntry.SSAction, SsEntry> ssEntryHashMap =
356 new HashMap<SsEntry.SSAction, SsEntry>();
384 public String getCommandStructure(SsEntry.SSAction inputAction) { in getCommandStructure()
385 SsEntry entry = ssEntryHashMap.get(inputAction); in getCommandStructure()
396 public String makeCommand(SsEntry.SSAction inputAction, in makeCommand()
398 SsEntry entry = ssEntryHashMap.get(inputAction); in makeCommand()
409 public HashMap<String, String> getResponseSet(SsEntry.SSAction inputAction, in getResponseSet()
411 SsEntry entry = ssEntryHashMap.get(inputAction); in getResponseSet()
491 SsEntry entry = readCommandEntry(parser); in generateFeatureList()
527 private SsEntry readCommandEntry(XmlResourceParser parser) in readCommandEntry()
531 SsEntry entry = new SsEntry(command_action); in readCommandEntry()
565 private void readParameters(XmlResourceParser parser, SsEntry entry, int num, String parentTag) in readParameters()
634 public SsEntry.SSAction getCallerIdUssdCommandAction(String inputCommand) { in getCallerIdUssdCommandAction()
636 return SsEntry.SSAction.UPDATE_ACTIVATE; in getCallerIdUssdCommandAction()
639 return SsEntry.SSAction.UPDATE_DEACTIVATE; in getCallerIdUssdCommandAction()
641 return SsEntry.SSAction.UNKNOWN; in getCallerIdUssdCommandAction()
645 return getFeature(FEATURE_CALLER_ID).getCommandStructure(SsEntry.SSAction.UPDATE_ACTIVATE); in getCallerIdActivateCommandFromXml()
650 SsEntry.SSAction.UPDATE_DEACTIVATE); in getCallerIdDeactivateCommandFromXml()