Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java299 int RIL_REQUEST_VOICE_RADIO_TECH = 108; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java688 RILRequest rr = RILRequest.obtain(RIL_REQUEST_VOICE_RADIO_TECH, result); in getVoiceRadioTechnology()
2575 case RIL_REQUEST_VOICE_RADIO_TECH: ret = responseInts(p); break; in processSolicited()
4164 case RIL_REQUEST_VOICE_RADIO_TECH: return "RIL_REQUEST_VOICE_RADIO_TECH"; in requestToString()