Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java563 int RIL_UNSOL_CDMA_OTA_PROVISION_STATUS = 1026; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java23 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CDMA_OTA_PROVISION_STATUS;
623 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_CDMA_OTA_PROVISION_STATUS, response); in cdmaOtaProvisionStatus()
DRIL.java7047 case RIL_UNSOL_CDMA_OTA_PROVISION_STATUS: in responseToString()