Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java438 int RIL_UNSOL_CDMA_RUIM_SMS_STORAGE_FULL = 1022; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java3050 case RIL_UNSOL_CDMA_RUIM_SMS_STORAGE_FULL: ret = responseVoid(p); break; in processUnsolicited()
3319 case RIL_UNSOL_CDMA_RUIM_SMS_STORAGE_FULL: in processUnsolicited()
4460 case RIL_UNSOL_CDMA_RUIM_SMS_STORAGE_FULL: return "UNSOL_CDMA_RUIM_SMS_STORAGE_FULL"; in responseToString()