Home
last modified time | relevance | path

Searched refs:getCallTypeFromVideoState (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java674 public static int getCallTypeFromVideoState(int videoState) { in getCallTypeFromVideoState() method in ImsCallProfile
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1054 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal()
1151 ringingCall.accept(ImsCallProfile.getCallTypeFromVideoState(videoState)); in acceptCall()
1165 imsCall.accept(ImsCallProfile.getCallTypeFromVideoState(videoState)); in acceptCall()
1325 ImsCallProfile.getCallTypeFromVideoState(mPendingCallVideoState)); in answerWaitingCall()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java375 .getCallTypeFromVideoState(ImsCallProfile.CALL_TYPE_VOICE))); in testImsMTCallAccept()
/frameworks/base/api/
Dsystem-current.txt8431 method public static int getCallTypeFromVideoState(int);