Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTrackerTest.java170 assertEquals(DisconnectCause.NOT_DISCONNECTED, mConnection.getDisconnectCause()); in testMOCallDialPickUpHangup()
183 assertEquals(DisconnectCause.LOCAL, mConnection.getDisconnectCause()); in testMOCallDialPickUpHangup()
281 assertEquals(DisconnectCause.NOT_DISCONNECTED, mConnection.getDisconnectCause()); in testMTCallReject()
293 assertEquals(DisconnectCause.INCOMING_MISSED, mConnection.getDisconnectCause()); in testMTCallReject()
DGsmCdmaConnectionTest.java190 assertEquals(DisconnectCause.LOCAL, connection.getDisconnectCause()); in testHangUpConnection()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken192 assertEquals(DisconnectCause.NOT_DISCONNECTED, cn.getDisconnectCause());
398 assertEquals(DisconnectCause.LOCAL, cn.getDisconnectCause());
409 assertEquals(DisconnectCause.LOCAL, cn.getDisconnectCause());
485 assertEquals(DisconnectCause.INCOMING_MISSED, cn.getDisconnectCause());
493 assertEquals(DisconnectCause.INCOMING_MISSED, cn.getDisconnectCause());
533 assertEquals(DisconnectCause.INCOMING_MISSED, cn.getDisconnectCause());
587 assertEquals(DisconnectCause.NORMAL, cn.getDisconnectCause());
606 assertEquals(DisconnectCause.INCOMING_MISSED, cn.getDisconnectCause());
626 assertEquals(DisconnectCause.NOT_DISCONNECTED, cn.getDisconnectCause());
642 assertEquals(DisconnectCause.LOCAL, cn.getDisconnectCause());
[all …]
/frameworks/base/telephony/java/android/telephony/
DPreciseCallState.java198 public int getDisconnectCause() { in getDisconnectCause() method in PreciseCallState
/frameworks/base/telecomm/java/android/telecom/
DParcelableConnection.java197 public final DisconnectCause getDisconnectCause() { in getDisconnectCause() method in ParcelableConnection
DParcelableCall.java133 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in ParcelableCall
DRemoteConference.java483 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in RemoteConference
DRemoteConnection.java680 mDisconnectCause = connection.getDisconnectCause(); in RemoteConnection()
778 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in RemoteConnection
DConference.java379 public final DisconnectCause getDisconnectCause() { in getDisconnectCause() method in Conference
DCall.java577 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in Call.Details
732 parcelableCall.getDisconnectCause(), in createFromParcelableCall()
DRemoteConnectionService.java79 connection.setDisconnected(parcel.getDisconnectCause());
DConnectionService.java1391 connection.getDisconnectCause(), in createConnection()
1866 connection.getDisconnectCause(), in addExistingConnection()
DConnection.java1873 public final DisconnectCause getDisconnectCause() { in getDisconnectCause() method in Connection
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java182 assertEquals(DisconnectCause.LOCAL, mConnectionUT.getDisconnectCause()); in testConnectionDisconnect()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java362 public int getDisconnectCause() { in getDisconnectCause() method in Connection
DGsmCdmaPhone.java597 mNotifier.notifyDisconnectCause(cn.getDisconnectCause(), cn.getPreciseDisconnectCause()); in notifyDisconnect()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java756 if (getDisconnectCause() != DisconnectCause.LOCAL) {
769 + "cause: " + getDisconnectCause() + ", on phone "
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java224 mNotifier.notifyDisconnectCause(cn.getDisconnectCause(), cn.getPreciseDisconnectCause()); in notifyDisconnect()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1155 call.callEndReason = conn.getDisconnectCause(); in convertConnectionToRilCall()
/frameworks/base/api/
Dcurrent.txt38611 method public android.telecom.DisconnectCause getDisconnectCause();
38711 method public final android.telecom.DisconnectCause getDisconnectCause();
38768 method public final android.telecom.DisconnectCause getDisconnectCause();
39089 method public android.telecom.DisconnectCause getDisconnectCause();
39130 method public android.telecom.DisconnectCause getDisconnectCause();
Dsystem-current.txt41844 method public android.telecom.DisconnectCause getDisconnectCause();
41950 method public final android.telecom.DisconnectCause getDisconnectCause();
42011 method public final android.telecom.DisconnectCause getDisconnectCause();
42457 method public android.telecom.DisconnectCause getDisconnectCause();
42499 method public android.telecom.DisconnectCause getDisconnectCause();