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.java334 int RIL_UNSOL_CDMA_RUIM_SMS_STORAGE_FULL = 1022; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2740 case RIL_UNSOL_CDMA_RUIM_SMS_STORAGE_FULL: ret = responseVoid(p); break; in processUnsolicited()
3004 case RIL_UNSOL_CDMA_RUIM_SMS_STORAGE_FULL: in processUnsolicited()
4089 case RIL_UNSOL_CDMA_RUIM_SMS_STORAGE_FULL: return "UNSOL_CDMA_RUIM_SMS_STORAGE_FULL"; in responseToString()