Searched refs:fromCall (Results 1 – 1 of 1) sorted by relevance
1266 Call fromCall = mCalls.stream() in processIncomingCallIntent() local1273 if (fromCall != null) { in processIncomingCallIntent()1274 if (!isHandoverFromPhoneAccountSupported(fromCall.getTargetPhoneAccount())) { in processIncomingCallIntent()1286 fromCall.setHandoverDestinationCall(call); in processIncomingCallIntent()1287 call.setHandoverSourceCall(fromCall); in processIncomingCallIntent()1289 fromCall.setHandoverState(HandoverState.HANDOVER_FROM_STARTED); in processIncomingCallIntent()1290 Log.addEvent(fromCall, LogUtils.Events.START_HANDOVER, in processIncomingCallIntent()1291 "handOverFrom=%s, handOverTo=%s", fromCall.getId(), call.getId()); in processIncomingCallIntent()1293 "handOverFrom=%s, handOverTo=%s", fromCall.getId(), call.getId()); in processIncomingCallIntent()4977 Call fromCall = mCalls.stream()[all …]