/frameworks/base/telecomm/java/android/telecom/ |
D | CallAttributes.java | 58 @CallType private final int mCallType; field in CallAttributes 85 mCallType = callType; in CallAttributes() 163 @CallType private int mCallType = CallAttributes.AUDIO_CALL; field in CallAttributes.Builder 203 mCallType = callType; in setCallType() 228 mCallType, mCallCapabilities); in build() 273 return mCallType; in getCallType() 294 dest.writeInt(mCallType); in writeToParcel() 338 .append(mCallType) in toString() 356 && this.mCallType == that.mCallType in equals() 369 mDirection, mCallType, mCallCapabilities); in hashCode()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsExternalCallState.java | 82 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()
|
D | ImsCallProfile.java | 497 public int mCallType; field in ImsCallProfile 626 mCallType = CALL_TYPE_VOICE_N_VIDEO; in ImsCallProfile() 652 mCallType = callType; in ImsCallProfile() 681 mCallType = callType; in ImsCallProfile() 777 mCallType = profile.mCallType; in updateCallType() 821 + ", callType=" + mCallType in toString() 844 out.writeInt(mCallType); in writeToParcel() 859 mCallType = in.readInt(); in readFromParcel() 893 return mCallType; in getCallType() 937 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsCallTest.java | 129 profile.mCallType = ImsCallProfile.CALL_TYPE_VT_TX; in testNonNulllVideoProfile() 140 profile.mCallType = ImsCallProfile.CALL_TYPE_VT_TX; in testNullCallProfileAfterNonNull() 163 profile.mCallType = ImsCallProfile.CALL_TYPE_VOICE; in testCloseImsCallRtt()
|
D | ImsPhoneCallTrackerTest.java | 1389 mImsCallProfile.mCallType = ImsCallProfile.CALL_TYPE_VT; in testNotifyHandovers()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 415 private int mCallType = Calls.INCOMING_TYPE; field in CallLog.AddCallParams.AddCallParametersBuilder 487 mCallType = callType; in setCallType() 685 mPresentation, mCallType, mFeatures, mAccountHandle, mStart, mDuration, in build() 693 mPresentation, mCallType, mFeatures, mAccountHandle, mStart, mDuration, in build() 708 private int mCallType; field in CallLog.AddCallParams 744 mCallType = callType; in AddCallParams() 780 mCallType = callType; in AddCallParams() 1816 values.put(TYPE, Integer.valueOf(params.mCallType)); in addCall() 1830 if (params.mCallType == MISSED_TYPE) { in addCall() 1883 && params.mCallType == Calls.OUTGOING_TYPE in addCall()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 366 switch (localProfile.mCallType) { in applyLocalCallCapabilities() 384 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 10407 private int mCallType; field in Notification.Builder.CallStyle 10498 mCallType = callType; in CallStyle() 10814 switch (mCallType) { in getDefaultText() 10830 extras.putInt(EXTRA_CALL_TYPE, mCallType); in addExtras() 10873 mCallType = extras.getInt(EXTRA_CALL_TYPE); in restoreFromExtras() 10904 return !Objects.equals(mCallType, otherS.mCallType) in areNotificationsVisiblyDifferent()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 53413 Landroid/telephony/ims/ImsExternalCallState;->mCallType:I
|