Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java305 ImsCall imsCall = ((ImsPhoneConnection) connection).getImsCall(); in sendIncomingCallIntent() local
306 if (imsCall != null) { in sendIncomingCallIntent()
307 ImsCallProfile imsCallProfile = imsCall.getCallProfile(); in sendIncomingCallIntent()
DTelephonyConnection.java3158 ImsCall imsCall = isImsConnection() in refreshConferenceSupported() local
3191 } else if ((imsCall != null) && (imsCall.wasVideoCall() && downGradedVideoCall) in refreshConferenceSupported()