Home
last modified time | relevance | path

Searched refs:RIL_REQUEST_CONFERENCE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java348 int RIL_REQUEST_CONFERENCE = 16; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1724 case RILConstants.RIL_REQUEST_CONFERENCE: in toCallSessionRilRequest()
1725 return TelephonyCallSession.Event.RilRequest.RIL_REQUEST_CONFERENCE; in toCallSessionRilRequest()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java24 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_CONFERENCE;
513 mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_CONFERENCE); in testConference()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto1995 RIL_REQUEST_CONFERENCE = 7; enumerator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1417 RILRequest rr = obtainRequest(RIL_REQUEST_CONFERENCE, result, in conference()
6025 case RIL_REQUEST_CONFERENCE: in requestToString()