Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java275 List<Connection> handoverConnections = null; in onRilSrvccStateChanged() local
279 handoverConnections = mPhone.getImsPhone().getHandoverConnection(); in onRilSrvccStateChanged()
282 if (handoverConnections == null) { in onRilSrvccStateChanged()
287 handoverConnections.stream() in onRilSrvccStateChanged()