Home
last modified time | relevance | path

Searched refs:mCallType (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallAttributes.java53 @CallType private final int mCallType; field in CallAttributes
80 mCallType = callType; in CallAttributes()
148 @CallType private int mCallType = CallAttributes.AUDIO_CALL; field in CallAttributes.Builder
188 mCallType = callType; in setCallType()
213 mCallType, mCallCapabilities); in build()
258 return mCallType; in getCallType()
279 dest.writeInt(mCallType); in writeToParcel()
323 .append(mCallType) in toString()
341 && this.mCallType == that.mCallType in equals()
354 mDirection, mCallType, mCallCapabilities); in hashCode()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsExternalCallState.java82 private int mCallType; field in ImsExternalCallState
96 mCallType = callType; in ImsExternalCallState()
110 mCallType = callType; in ImsExternalCallState()
135 mCallType = callType; in ImsExternalCallState()
148 mCallType = in.readInt(); in ImsExternalCallState()
165 out.writeInt(mCallType); in writeToParcel()
207 return mCallType; in getCallType()
222 ", mCallType = " + mCallType + in toString()
H A DImsCallProfile.java486 public int mCallType; field in ImsCallProfile
615 mCallType = CALL_TYPE_VOICE_N_VIDEO; in ImsCallProfile()
641 mCallType = callType; in ImsCallProfile()
670 mCallType = callType; in ImsCallProfile()
766 mCallType = profile.mCallType; in updateCallType()
810 + ", callType=" + mCallType in toString()
833 out.writeInt(mCallType); in writeToParcel()
848 mCallType = in.readInt(); in readFromParcel()
882 return mCallType; in getCallType()
926 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile()
[all …]
/aosp14/frameworks/base/core/java/android/provider/
H A DCallLog.java411 private int mCallType = Calls.INCOMING_TYPE; field in CallLog.AddCallParams.AddCallParametersBuilder
481 mCallType = callType; in setCallType()
652 mPresentation, mCallType, mFeatures, mAccountHandle, mStart, mDuration, in build()
665 private int mCallType; field in CallLog.AddCallParams
699 mCallType = callType; in AddCallParams()
1721 values.put(TYPE, Integer.valueOf(params.mCallType)); in addCall()
1735 if (params.mCallType == MISSED_TYPE) { in addCall()
1785 && params.mCallType == Calls.OUTGOING_TYPE in addCall()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java9479 private int mCallType; field in Notification.Builder.CallStyle
9570 mCallType = callType; in CallStyle()
9876 switch (mCallType) { in getDefaultText()
9892 extras.putInt(EXTRA_CALL_TYPE, mCallType); in addExtras()
9935 mCallType = extras.getInt(EXTRA_CALL_TYPE); in restoreFromExtras()
9966 return !Objects.equals(mCallType, otherS.mCallType) in areNotificationsVisiblyDifferent()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54056 Landroid/telephony/ims/ImsExternalCallState;->mCallType:I