Searched refs:SsEntry (Results 1 – 5 of 5) sorted by relevance
178 public static class SsEntry { class in CarrierXmlParser192 public SsEntry(String action) { in SsEntry() method in CarrierXmlParser.SsEntry355 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()[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()497 CarrierXmlParser.SsEntry.SSAction inputSsAction) { in prepareUssdCommand()503 if (mSsAction != CarrierXmlParser.SsEntry.SSAction.QUERY) { in prepareUssdCommand()505 mSsAction = CarrierXmlParser.SsEntry.SSAction.UPDATE_ACTIVATE; in prepareUssdCommand()507 mSsAction = CarrierXmlParser.SsEntry.SSAction.UPDATE_DEACTIVATE; in prepareUssdCommand()[all …]
42 private CarrierXmlParser.SsEntry.SSAction mSsAction;45 CarrierXmlParser carrierXmlParser, CarrierXmlParser.SsEntry.SSAction action) { in CallWaitingUssdResultReceiver()
6123 .makeCommand(CarrierXmlParser.SsEntry.SSAction.QUERY, null); in getCallWaitingStatus()6129 CarrierXmlParser.SsEntry.SSAction.QUERY); in getCallWaitingStatus()6173 CarrierXmlParser.SsEntry.SSAction ssAction = in setCallWaitingStatus()6174 enable ? CarrierXmlParser.SsEntry.SSAction.UPDATE_ACTIVATE in setCallWaitingStatus()6175 : CarrierXmlParser.SsEntry.SSAction.UPDATE_DEACTIVATE; in setCallWaitingStatus()
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()