Searched defs:callType (Results 1 – 11 of 11) sorted by relevance
| /frameworks/opt/net/ims/src/java/com/android/ims/ |
| D | ImsServiceBase.java | 55 public boolean isConnected(int serviceId, int serviceType, int callType) { in isConnected() 76 public ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType) { in createCallProfile() 148 protected boolean onIsConnected(int serviceId, int serviceType, int callType) { in onIsConnected() 168 protected ImsCallProfile onCreateCallProfile(int serviceId, int serviceType, int callType) { in onCreateCallProfile()
|
| D | ImsCall.java | 1082 public void accept(int callType) throws ImsException { in accept() 1094 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() 1373 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update() 3291 String callType = mCallProfile.getCallExtra(ImsCallProfile.EXTRA_CALL_RAT_TYPE); in isWifiCall() local
|
| D | ImsManager.java | 985 public boolean isConnected(int serviceId, int serviceType, int callType) in isConnected() 1036 int serviceType, int callType) throws ImsException { in createCallProfile()
|
| /frameworks/base/telephony/java/com/android/ims/internal/ |
| D | IImsService.aidl | 39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() 54 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 | ImsExternalCallState.java | 57 int callType, boolean isCallheld) { in ImsExternalCallState()
|
| D | ImsCallProfile.java | 233 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() 365 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
|
| /frameworks/base/core/java/android/provider/ |
| D | CallLog.java | 493 int presentation, int callType, int features, PhoneAccountHandle accountHandle, in addCall() 531 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() 574 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
|
| /frameworks/base/telecomm/java/android/telecom/ |
| D | ParcelableCallAnalytics.java | 286 private final int callType; field in ParcelableCallAnalytics 322 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, in ParcelableCallAnalytics()
|
| /frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
| D | ImsCallSession.java | 693 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/ |
| D | ImsPhoneCallTracker.java | 629 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local
|