Lines Matching refs:SSAction
179 public enum SSAction { enum in CarrierXmlParser.SsEntry
187 public SSAction ssAction = SSAction.UNKNOWN;
194 ssAction = SSAction.QUERY; in SsEntry()
196 ssAction = SSAction.UPDATE_ACTIVATE; in SsEntry()
198 ssAction = SSAction.UPDATE_DEACTIVATE; in SsEntry()
355 public HashMap<SsEntry.SSAction, SsEntry> ssEntryHashMap =
356 new HashMap<SsEntry.SSAction, SsEntry>();
384 public String getCommandStructure(SsEntry.SSAction inputAction) { in getCommandStructure()
396 public String makeCommand(SsEntry.SSAction inputAction, in makeCommand()
409 public HashMap<String, String> getResponseSet(SsEntry.SSAction inputAction, in getResponseSet()
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()