Home
last modified time | relevance | path

Searched refs:ssAction (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/settings/
DSuppServicesUiUtil.java183 CarrierXmlParser.SsEntry.SSAction ssAction = carrierXmlParser.getCallerIdUssdCommandAction( in handleCallerIdUssdResponse() local
185 Log.d(LOG_TAG, "handleCallerIdUssdResponse: ssAction =" + ssAction); in handleCallerIdUssdResponse()
187 if (ssAction == CarrierXmlParser.SsEntry.SSAction.UNKNOWN) { in handleCallerIdUssdResponse()
193 .getResponseSet(ssAction, in handleCallerIdUssdResponse()
227 if (ssAction == CarrierXmlParser.SsEntry.SSAction.UPDATE_ACTIVATE) { in handleCallerIdUssdResponse()
/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java186 public SSAction ssAction = SSAction.UNKNOWN; field in CarrierXmlParser.SsEntry
193 ssAction = SSAction.QUERY; in SsEntry()
195 ssAction = SSAction.UPDATE_ACTIVATE; in SsEntry()
197 ssAction = SSAction.UPDATE_DEACTIVATE; in SsEntry()
204 + ", ssAction:" + ssAction in toString()
491 ssfeature.ssEntryHashMap.put(entry.ssAction, entry); in generateFeatureList()