Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyStateTracker.java156 private android.telecom.Connection mOngoingConnection; field in EmergencyStateTracker
578 mOngoingConnection = c; in startEmergencyCall()
630 mOngoingConnection = c; in startEmergencyCall()
639 mOngoingConnection = c; in startEmergencyCall()
642 final android.telecom.Connection expectedConnection = mOngoingConnection; in startEmergencyCall()
645 if (!Objects.equals(mOngoingConnection, expectedConnection)) { in startEmergencyCall()
667 if (Objects.equals(mOngoingConnection, c)) { in endCall()
668 mOngoingConnection = null; in endCall()
678 if (mOngoingConnection == null) { in endCall()
682 } else if (mOngoingConnection == null) { in endCall()
[all …]