Home
last modified time | relevance | path

Searched refs:callType (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DCallLogQueryHelper.java89 int callType = cursor.getInt(typeIndex); in querySince() local
92 if (addEvent(phoneNumber, date, durationSeconds, callType)) { in querySince()
107 private boolean addEvent(String phoneNumber, long date, long durationSeconds, int callType) { in addEvent() argument
108 if (!validateEvent(phoneNumber, date, callType)) { in addEvent()
111 @Event.EventType int eventType = CALL_TYPE_TO_EVENT_TYPE.get(callType); in addEvent()
119 private boolean validateEvent(String phoneNumber, long date, int callType) { in validateEvent() argument
122 && CALL_TYPE_TO_EVENT_TYPE.indexOfKey(callType) >= 0; in validateEvent()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsExternalCallState.java91 @ExternalCallState int callState, int callType, boolean isCallheld) { in ImsExternalCallState() argument
96 mCallType = callType; in ImsExternalCallState()
103 boolean isPullable, @ExternalCallState int callState, int callType, in ImsExternalCallState() argument
110 mCallType = callType; in ImsExternalCallState()
129 @ExternalCallType int callType, boolean isCallheld) { in ImsExternalCallState() argument
135 mCallType = callType; in ImsExternalCallState()
H A DImsCallProfile.java639 public ImsCallProfile(int serviceType, int callType) { in ImsCallProfile() argument
641 mCallType = callType; in ImsCallProfile()
667 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, in ImsCallProfile() argument
670 mCallType = callType; in ImsCallProfile()
940 public static int getVideoStateFromCallType(int callType) { in getVideoStateFromCallType() argument
942 switch (callType) { in getVideoStateFromCallType()
H A DImsCallSession.java859 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() argument
865 miSession.accept(callType, profile); in accept()
1013 public void update(int callType, ImsStreamMediaProfile profile) { in update() argument
1019 miSession.update(callType, profile); in update()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A DMMTelFeature.java74 public boolean isConnected(int callSessionType, int callType)
77 return MMTelFeature.this.isConnected(callSessionType, callType);
112 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType)
115 return MMTelFeature.this.createCallProfile(sessionId, callSessionType, callType);
238 public boolean isConnected(int callSessionType, int callType) { in isConnected() argument
285 public ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType) { in createCallProfile() argument
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallAttributes.java74 int callType, in CallAttributes() argument
80 mCallType = callType; in CallAttributes()
182 public Builder setCallType(@CallType int callType) { in setCallType() argument
183 if (!isInRange(AUDIO_CALL, VIDEO_CALL, callType)) { in setCallType()
186 callType, AUDIO_CALL, VIDEO_CALL)); in setCallType()
188 mCallType = callType; in setCallType()
H A DParcelableCallAnalytics.java291 private final int callType; field in ParcelableCallAnalytics
330 public ParcelableCallAnalytics(long startTimeMillis, long callDurationMillis, int callType, in ParcelableCallAnalytics() argument
337 this.callType = callType; in ParcelableCallAnalytics()
352 callType = in.readInt(); in ParcelableCallAnalytics()
373 out.writeInt(callType); in writeToParcel()
412 return callType; in getCallType()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java246 public void accept(int callType, ImsStreamMediaProfile profile) {
247 executeMethodAsync(() -> ImsCallSessionImplBase.this.accept(callType, profile),
298 public void update(int callType, ImsStreamMediaProfile profile) {
299 executeMethodAsync(() -> ImsCallSessionImplBase.this.update(callType, profile),
540 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() argument
641 public void update(int callType, ImsStreamMediaProfile profile) { in update() argument
/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsMMTelFeature.aidl39 boolean isConnected(int callSessionType, int callType); in isConnected() argument
44 ImsCallProfile createCallProfile(int sessionId, int callSessionType, int callType); in createCallProfile() argument
H A DIImsService.aidl39 boolean isConnected(int serviceId, int serviceType, int callType); in isConnected() argument
54 ImsCallProfile createCallProfile(int serviceId, int serviceType, int callType); in createCallProfile() argument
H A DIImsCallSession.aidl139 void accept(int callType, in ImsStreamMediaProfile profile); in accept() argument
214 void update(int callType, in ImsStreamMediaProfile profile); in update() argument
/aosp14/frameworks/base/core/java/android/provider/
H A DCallLog.java480 public @NonNull AddCallParametersBuilder setCallType(int callType) { in setCallType() argument
481 mCallType = callType; in setCallType()
686 String viaNumber, int presentation, int callType, int features, in AddCallParams() argument
699 mCallType = callType; in AddCallParams()
1553 int presentation, int callType, int features, in addCall() argument
1558 presentation, callType, features, accountHandle, start, duration, in addCall()
1596 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() argument
1600 return addCall(ci, context, number, postDialDigits, viaNumber, presentation, callType, in addCall()
1650 String postDialDigits, String viaNumber, int presentation, int callType, in addCall() argument
1663 builder.setCallType(callType); in addCall()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCallState.java387 public CallState.Builder setImsCallType(@ImsCallType int callType) { in setImsCallType() argument
388 this.mImsCallType = callType; in setImsCallType()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsMmTelFeature.aidl45 ImsCallProfile createCallProfile(int callSessionType, int callType); in createCallProfile() argument
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java193 public void accept(int callType, ImsStreamMediaProfile profile) { in accept() argument
297 public void update(int callType, ImsStreamMediaProfile profile) { in update() argument
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java128 public ImsCallProfile createCallProfile(int callSessionType, int callType)
131 callSessionType, callType), "createCallProfile");
1533 public @Nullable ImsCallProfile createCallProfile(int callSessionType, int callType) { in createCallProfile() argument
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java9564 private CallStyle(@CallType int callType, @NonNull Person person, in CallStyle() argument
9570 mCallType = callType; in CallStyle()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6245 field public static final String EXTRA_CALL_TYPE = "android.callType";
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt52299 Landroid/telecom/ParcelableCallAnalytics;->callType:I