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.java338 int RIL_UNSOL_CDMA_OTA_PROVISION_STATUS = 1026; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2743 case RIL_UNSOL_CDMA_OTA_PROVISION_STATUS: ret = responseInts(p); break; in processUnsolicited()
3029 case RIL_UNSOL_CDMA_OTA_PROVISION_STATUS: in processUnsolicited()
4093 case RIL_UNSOL_CDMA_OTA_PROVISION_STATUS: return "UNSOL_CDMA_OTA_PROVISION_STATUS"; in responseToString()