Home
last modified time | relevance | path

Searched refs:callProfile (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java670 ImsCallProfile callProfile = imsCall.getCallProfile(); in updateAddressDisplay() local
671 if (callProfile != null) { in updateAddressDisplay()
672 String address = callProfile.getCallExtra(ImsCallProfile.EXTRA_OI); in updateAddressDisplay()
673 String name = callProfile.getCallExtra(ImsCallProfile.EXTRA_CNA); in updateAddressDisplay()
675 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_OIR)); in updateAddressDisplay()
677 callProfile.getCallExtraInt(ImsCallProfile.EXTRA_CNAP)); in updateAddressDisplay()
/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java317 public static int getVideoStateFromImsCallProfile(ImsCallProfile callProfile) { in getVideoStateFromImsCallProfile() argument
319 switch (callProfile.mCallType) { in getVideoStateFromImsCallProfile()
336 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()