/aosp14/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | CallLogQueryHelper.java | 89 int callType = cursor.getInt(typeIndex); in querySince() local 107 private boolean addEvent(String phoneNumber, long date, long durationSeconds, int callType) { in addEvent() 119 private boolean validateEvent(String phoneNumber, long date, int callType) { in validateEvent()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsExternalCallState.java | 91 @ExternalCallState int callState, int callType, boolean isCallheld) { in ImsExternalCallState() 103 boolean isPullable, @ExternalCallState int callState, int callType, in ImsExternalCallState() 129 @ExternalCallType int callType, boolean isCallheld) { in ImsExternalCallState()
|
H A D | ImsCallProfile.java | 639 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() 667 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile() 940 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType()
|
H A D | ImsCallSession.java | 859 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 1013 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsMMTelFeature.aidl | 39 boolean isConnected(int callSessionType, int callType); in isConnected() 44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile()
|
H A 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()
|
H A D | IImsCallSession.aidl | 139 void accept(int callType, in ImsStreamMediaProfile profile); in accept() 214 void update(int callType, in ImsStreamMediaProfile profile); in update()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/feature/ |
H A D | MMTelFeature.java | 238 public boolean isConnected(int callSessionType, int callType) { in isConnected() 285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile()
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallAttributes.java | 74 int callType, in CallAttributes() 182 public Builder setCallType(@CallType int callType) { in setCallType()
|
H A D | ParcelableCallAnalytics.java | 291 private final int callType; field in ParcelableCallAnalytics 330 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, in ParcelableCallAnalytics()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsCallSessionImplBase.java | 540 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 641 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | CallLog.java | 480 public @NonNull AddCallParametersBuilder setCallType(int callType) { in setCallType() 686 String viaNumber, int presentation, int callType, int features, in AddCallParams() 1553 int presentation, int callType, int features, in addCall() 1596 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() 1650 String postDialDigits, String viaNumber, int presentation, int callType, in addCall()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CallState.java | 387 public CallState.Builder setImsCallType(@ImsCallType int callType) { in setImsCallType()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IImsMmTelFeature.aidl | 45 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
H A D | ImsCallSessionImplBase.java | 193 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() 297 public void update(int callType, ImsStreamMediaProfile profile) { in update()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/ |
H A D | MmTelFeature.java | 1533 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 9564 private CallStyle(@CallType int callType, @NonNull Person person, in CallStyle()
|