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.java960 public static int getCallTypeFromVideoState(int videoState) { in getCallTypeFromVideoState() method in ImsCallProfile
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java384 .getCallTypeFromVideoState(ImsCallProfile.CALL_TYPE_VOICE))); in testImsMTCallAccept()
1221 .getCallTypeFromVideoState(ImsCallProfile.CALL_TYPE_VOICE))); in testClearHoldSwapStateOnSrvcc()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1615 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal()
1749 ringingCall.accept(ImsCallProfile.getCallTypeFromVideoState(videoState)); in acceptCall()
1765 imsCall.accept(ImsCallProfile.getCallTypeFromVideoState(videoState)); in acceptCall()
1943 ImsCallProfile.getCallTypeFromVideoState(mPendingCallVideoState)); in answerWaitingCall()
/frameworks/base/core/api/
Dsystem-current.txt12891 method public static int getCallTypeFromVideoState(int);