Searched refs:incomingSession (Results 1 – 1 of 1) sorted by relevance
294 TestImsCallSessionImpl incomingSession = new TestImsCallSessionImpl(callProfile); in onIncomingCallReceived() local295 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() local322 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() local344 mCallSession = incomingSession; in onIncomingCallReceivedReturnListener()[all …]