Lines Matching refs:SsEntry

177     public static class SsEntry {  class in CarrierXmlParser
191 public SsEntry(String action) { in SsEntry() method in CarrierXmlParser.SsEntry
354 public HashMap<SsEntry.SSAction, SsEntry> ssEntryHashMap =
355 new HashMap<SsEntry.SSAction, SsEntry>();
383 public String getCommandStructure(SsEntry.SSAction inputAction) { in getCommandStructure()
384 SsEntry entry = ssEntryHashMap.get(inputAction); in getCommandStructure()
395 public String makeCommand(SsEntry.SSAction inputAction, in makeCommand()
397 SsEntry entry = ssEntryHashMap.get(inputAction); in makeCommand()
408 public HashMap<String, String> getResponseSet(SsEntry.SSAction inputAction, in getResponseSet()
410 SsEntry entry = ssEntryHashMap.get(inputAction); in getResponseSet()
490 SsEntry entry = readCommandEntry(parser); in generateFeatureList()
526 private SsEntry readCommandEntry(XmlResourceParser parser) in readCommandEntry()
530 SsEntry entry = new SsEntry(command_action); in readCommandEntry()
564 private void readParameters(XmlResourceParser parser, SsEntry entry, int num, String parentTag) in readParameters()
633 public SsEntry.SSAction getCallerIdUssdCommandAction(String inputCommand) { in getCallerIdUssdCommandAction()
635 return SsEntry.SSAction.UPDATE_ACTIVATE; in getCallerIdUssdCommandAction()
638 return SsEntry.SSAction.UPDATE_DEACTIVATE; in getCallerIdUssdCommandAction()
640 return SsEntry.SSAction.UNKNOWN; in getCallerIdUssdCommandAction()
644 return getFeature(FEATURE_CALLER_ID).getCommandStructure(SsEntry.SSAction.UPDATE_ACTIVATE); in getCallerIdActivateCommandFromXml()
649 SsEntry.SSAction.UPDATE_DEACTIVATE); in getCallerIdDeactivateCommandFromXml()