Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java263 public int mCallType; field in ImsCallProfile
305 mCallType = CALL_TYPE_VOICE_N_VIDEO; in ImsCallProfile()
331 mCallType = callType; in ImsCallProfile()
360 mCallType = callType; in ImsCallProfile()
420 mCallType = profile.mCallType; in updateCallType()
441 ", callType=" + mCallType + in toString()
455 out.writeInt(mCallType); in writeToParcel()
462 mCallType = in.readInt(); in readFromParcel()
484 return mCallType; in getCallType()
507 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile()
[all …]
DImsExternalCallState.java52 private int mCallType; field in ImsExternalCallState
66 mCallType = callType; in ImsExternalCallState()
78 mCallType = in.readInt(); in ImsExternalCallState()
94 out.writeInt(mCallType); in writeToParcel()
129 return mCallType; in getCallType()
142 ", mCallType = " + mCallType + in toString()
/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
DClassesInfoCache.java201 final int mCallType; field in ClassesInfoCache.MethodReference
205 mCallType = callType; in MethodReference()
213 switch (mCallType) { in invokeCallback()
241 return mCallType == that.mCallType && mMethod.getName().equals(that.mMethod.getName()); in equals()
246 return 31 * mCallType + mMethod.getName().hashCode(); in hashCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java271 switch (localProfile.mCallType) { in applyLocalCallCapabilities()
287 switch (remoteProfile.mCallType) { in applyRemoteCallCapabilities()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java678 mImsCallProfile.mCallType = ImsCallProfile.CALL_TYPE_VT; in testNotifyHandovers()
/frameworks/base/config/
Dhiddenapi-vendor-list.txt433 Landroid/telephony/ims/ImsCallProfile;->mCallType:I