Searched defs:callType (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsService.aidl | 38 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() 42 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile()
|
D | IImsCallSession.aidl | 135 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/ |
D | ImsCallProfile.java | 198 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/ |
D | ImsPhoneConnection.java | 644 int callType = negotiatedCallProfile.mCallType; in updateMediaCapabilities() local 654 int callType = localCallProfile.mCallType; in updateMediaCapabilities() local
|
D | ImsPhoneCallTracker.java | 403 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 388 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/ |
D | ImsManager.java | 408 public boolean isConnected(int serviceId, int serviceType, int callType) in isConnected() 459 int serviceType, int callType) throws ImsException { in createCallProfile()
|
D | ImsCall.java | 909 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/ |
D | ImsCallSession.java | 668 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 771 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|