Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsServiceBase.java55 public boolean isConnected(int serviceId, int serviceType, int callType) { in isConnected()
70 public ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType) { in createCallProfile()
142 protected boolean onIsConnected(int serviceId, int serviceType, int callType) { in onIsConnected()
158 protected ImsCallProfile onCreateCallProfile(int serviceId, int serviceType, int callType) { in onCreateCallProfile()
DImsManager.java822 public boolean isConnected(int serviceId, int serviceType, int callType) in isConnected()
873 int serviceType, int callType) throws ImsException { in createCallProfile()
DImsCall.java1032 public void accept(int callType) throws ImsException { in accept()
1044 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept()
1316 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected()
43 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/telecomm/java/android/telecom/
DParcelableCallAnalytics.java66 private final int callType; field in ParcelableCallAnalytics
90 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, in ParcelableCallAnalytics()
/frameworks/base/core/java/android/provider/
DCallLog.java496 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall()
534 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
577 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
/frameworks/base/telephony/java/com/android/ims/
DImsExternalCallState.java56 int callType, boolean isCallheld) { in ImsExternalCallState()
DImsCallProfile.java225 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile()
357 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java693 public void accept(int callType, ImsStreamMediaProfile profile) { in accept()
796 public void update(int callType, ImsStreamMediaProfile profile) { in update()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java489 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local