Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInformationRecords.java30 public static final int RIL_CDMA_CONNECTED_NUMBER_INFO_REC = 3; field in CdmaInformationRecords
77 case RIL_CDMA_CONNECTED_NUMBER_INFO_REC: in CdmaInformationRecords()
118 case RIL_CDMA_CONNECTED_NUMBER_INFO_REC: return "RIL_CDMA_CONNECTED_NUMBER_INFO_REC"; in idToString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java585 case CdmaInformationRecords.RIL_CDMA_CONNECTED_NUMBER_INFO_REC: in cdmaInfoRec()