Home
last modified time | relevance | path

Searched defs:callType (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsService.aidl38 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
42 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
DIImsCallSession.aidl135 void accept(int callType, in ImsStreamMediaProfile profile); in accept()
187 void update(int callType, in ImsStreamMediaProfile profile); in update()
/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java198 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
316 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java644 int callType = negotiatedCallProfile.mCallType; in updateMediaCapabilities() local
654 int callType = localCallProfile.mCallType; in updateMediaCapabilities() local
DImsPhoneCallTracker.java403 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local
/frameworks/base/core/java/android/provider/
DCallLog.java388 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
420 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java408 public boolean isConnected(int serviceId, int serviceType, int callType) in isConnected()
459 int serviceType, int callType) throws ImsException { in createCallProfile()
DImsCall.java909 public void accept(int callType) throws ImsException { in accept()
925 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept()
1204 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java668 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
771 public void update(int callType, ImsStreamMediaProfile profile) { in update()