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.java297 ImsCall imsCall = ((ImsPhoneConnection) connection).getImsCall(); in sendIncomingCallIntent() local
298 if (imsCall != null) { in sendIncomingCallIntent()
299 ImsCallProfile imsCallProfile = imsCall.getCallProfile(); in sendIncomingCallIntent()
DTelephonyConnection.java3052 ImsCall imsCall = isImsConnection() in refreshConferenceSupported() local
3085 } else if ((imsCall != null) && (imsCall.wasVideoCall() && downGradedVideoCall) in refreshConferenceSupported()