Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java442 int RIL_UNSOL_CDMA_OTA_PROVISION_STATUS = 1026; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java3053 case RIL_UNSOL_CDMA_OTA_PROVISION_STATUS: ret = responseInts(p); break; in processUnsolicited()
3344 case RIL_UNSOL_CDMA_OTA_PROVISION_STATUS: in processUnsolicited()
4464 case RIL_UNSOL_CDMA_OTA_PROVISION_STATUS: return "UNSOL_CDMA_OTA_PROVISION_STATUS"; in responseToString()