/frameworks/base/services/people/java/com/android/server/people/data/ |
D | CallLogQueryHelper.java | 89 int callType = cursor.getInt(typeIndex); in querySince() local 104 private boolean addEvent(String phoneNumber, long date, long durationSeconds, int callType) { in addEvent() 116 private boolean validateEvent(String phoneNumber, long date, int callType) { in validateEvent()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsExternalCallState.java | 95 @ExternalCallState int callState, int callType, boolean isCallheld) { in ImsExternalCallState() 107 boolean isPullable, @ExternalCallState int callState, int callType, in ImsExternalCallState() 133 @ExternalCallType int callType, boolean isCallheld) { in ImsExternalCallState()
|
D | ImsCallProfile.java | 512 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() 540 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile() 777 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
|
D | ImsCallSession.java | 770 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 924 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsMMTelFeature.aidl | 39 boolean isConnected(int callSessionType, int callType); in isConnected() 44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
|
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() 210 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
D | MMTelFeature.java | 237 public boolean isConnected(int callSessionType, int callType) { in isConnected() 284 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | MmTelInterfaceAdapter.java | 57 public boolean isConnected(int callSessionType, int callType) throws RemoteException { in isConnected() 78 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) in createCallProfile()
|
D | MmTelFeatureCompatAdapter.java | 382 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | TestMMTelFeatureCompat.java | 34 public boolean isConnected(int callSessinType, int callType) { in isConnected()
|
D | TestMmTelFeature.java | 59 public ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 411 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 512 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 629 int presentation, int callType, int features, in addCall() 669 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() 718 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsMmTelFeature.aidl | 39 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableCallAnalytics.java | 288 private final int callType; field in ParcelableCallAnalytics 327 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, in ParcelableCallAnalytics()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 189 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 293 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | MmTelFeature.java | 623 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | MmTelFeatureConnection.java | 443 public ImsCallProfile createCallProfile(int callServiceType, int callType) in createCallProfile()
|
D | ImsCall.java | 1164 public void accept(int callType) throws ImsException { in accept() 1176 public void accept(int callType, ImsStreamMediaProfile profile) throws ImsException { in accept() 1561 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update()
|
D | ImsManager.java | 1930 public ImsCallProfile createCallProfile(int serviceType, int callType) throws ImsException { in createCallProfile()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 1467 int callType = ImsCallProfile.getCallTypeFromVideoState(videoState); in dialInternal() local
|