Searched refs:SsEntry (Results 1 – 3 of 3) sorted by relevance
177 public static class SsEntry { class in CarrierXmlParser191 public SsEntry(String action) { in SsEntry() method in CarrierXmlParser.SsEntry354 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()[all …]
57 private CarrierXmlParser.SsEntry.SSAction mSsAction =58 CarrierXmlParser.SsEntry.SSAction.UNKNOWN;307 if (mSsAction == CarrierXmlParser.SsEntry.SSAction.UNKNOWN) {324 if (mSsAction == CarrierXmlParser.SsEntry.SSAction.QUERY) {351 prepareUssdCommand(msg, CarrierXmlParser.SsEntry.SSAction.QUERY); in handleMessage()354 prepareUssdCommand(msg, CarrierXmlParser.SsEntry.SSAction.UNKNOWN); in handleMessage()495 CarrierXmlParser.SsEntry.SSAction inputSsAction) { in prepareUssdCommand()501 if (mSsAction != CarrierXmlParser.SsEntry.SSAction.QUERY) { in prepareUssdCommand()503 mSsAction = CarrierXmlParser.SsEntry.SSAction.UPDATE_ACTIVATE; in prepareUssdCommand()505 mSsAction = CarrierXmlParser.SsEntry.SSAction.UPDATE_DEACTIVATE; in prepareUssdCommand()[all …]
183 CarrierXmlParser.SsEntry.SSAction ssAction = carrierXmlParser.getCallerIdUssdCommandAction( in handleCallerIdUssdResponse()187 if (ssAction == CarrierXmlParser.SsEntry.SSAction.UNKNOWN) { in handleCallerIdUssdResponse()227 if (ssAction == CarrierXmlParser.SsEntry.SSAction.UPDATE_ACTIVATE) { in handleCallerIdUssdResponse()