Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestMmTelFeature.java294 TestImsCallSessionImpl incomingSession = new TestImsCallSessionImpl(callProfile); in onIncomingCallReceived() local
295 mCallSession = incomingSession; in onIncomingCallReceived()
297 Executor executor = incomingSession.getExecutor(); in onIncomingCallReceived()
299 notifyIncomingCall(incomingSession, extras); in onIncomingCallReceived()
321 TestImsCallSessionImpl incomingSession = new TestImsCallSessionImpl(callProfile); in onIncomingVtCallReceived() local
322 mCallSession = incomingSession; in onIncomingVtCallReceived()
324 Executor executor = incomingSession.getExecutor(); in onIncomingVtCallReceived()
326 notifyIncomingCall(incomingSession, extras); in onIncomingVtCallReceived()
343 TestImsCallSessionImpl incomingSession = new TestImsCallSessionImpl(callProfile); in onIncomingCallReceivedReturnListener() local
344 mCallSession = incomingSession; in onIncomingCallReceivedReturnListener()
[all …]