Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java362 int RIL_REQUEST_CONFERENCE = 16; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1802 case RILConstants.RIL_REQUEST_CONFERENCE: in toCallSessionRilRequest()
1803 return TelephonyCallSession.Event.RilRequest.RIL_REQUEST_CONFERENCE; in toCallSessionRilRequest()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java32 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_CONFERENCE;
628 mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_CONFERENCE); in testConference()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2035 RIL_REQUEST_CONFERENCE = 7; enumerator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java56 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_CONFERENCE;
4861 case RIL_REQUEST_CONFERENCE: in requestToString()
DRIL.java1900 RILRequest rr = obtainRequest(RIL_REQUEST_CONFERENCE, result, mRILDefaultWorkSource); in conference()