Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestMmTelFeature.java291 ImsCallProfile callProfile = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in onIncomingCallReceived() local
294 TestImsCallSessionImpl incomingSession = new TestImsCallSessionImpl(callProfile); in onIncomingCallReceived()
318 ImsCallProfile callProfile = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in onIncomingVtCallReceived() local
321 TestImsCallSessionImpl incomingSession = new TestImsCallSessionImpl(callProfile); in onIncomingVtCallReceived()
340 ImsCallProfile callProfile = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in onIncomingCallReceivedReturnListener() local
343 TestImsCallSessionImpl incomingSession = new TestImsCallSessionImpl(callProfile); in onIncomingCallReceivedReturnListener()
DTestImsCallSessionImpl.java270 ImsCallProfile callProfile = new ImsCallProfile(ImsCallProfile.SERVICE_TYPE_NORMAL, in update() local
272 mCallProfile.updateMediaProfile(callProfile); in update()
280 mListener.callSessionUpdated(callProfile); in update()