/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaCallTrackerTest.java | 170 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()
|
D | GsmCdmaConnectionTest.java | 190 assertEquals(DisconnectCause.LOCAL, connection.getDisconnectCause()); in testHangUpConnection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 192 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/ |
D | PreciseCallState.java | 198 public int getDisconnectCause() { in getDisconnectCause() method in PreciseCallState
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableConnection.java | 197 public final DisconnectCause getDisconnectCause() { in getDisconnectCause() method in ParcelableConnection
|
D | ParcelableCall.java | 133 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in ParcelableCall
|
D | RemoteConference.java | 483 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in RemoteConference
|
D | RemoteConnection.java | 680 mDisconnectCause = connection.getDisconnectCause(); in RemoteConnection() 778 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in RemoteConnection
|
D | Conference.java | 379 public final DisconnectCause getDisconnectCause() { in getDisconnectCause() method in Conference
|
D | Call.java | 577 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in Call.Details 732 parcelableCall.getDisconnectCause(), in createFromParcelableCall()
|
D | RemoteConnectionService.java | 79 connection.setDisconnected(parcel.getDisconnectCause());
|
D | ConnectionService.java | 1391 connection.getDisconnectCause(), in createConnection() 1866 connection.getDisconnectCause(), in addExistingConnection()
|
D | Connection.java | 1873 public final DisconnectCause getDisconnectCause() { in getDisconnectCause() method in Connection
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnectionTest.java | 182 assertEquals(DisconnectCause.LOCAL, mConnectionUT.getDisconnectCause()); in testConnectionDisconnect()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 362 public int getDisconnectCause() { in getDisconnectCause() method in Connection
|
D | GsmCdmaPhone.java | 597 mNotifier.notifyDisconnectCause(cn.getDisconnectCause(), cn.getPreciseDisconnectCause()); in notifyDisconnect()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 756 if (getDisconnectCause() != DisconnectCause.LOCAL) { 769 + "cause: " + getDisconnectCause() + ", on phone "
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 224 mNotifier.notifyDisconnectCause(cn.getDisconnectCause(), cn.getPreciseDisconnectCause()); in notifyDisconnect()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 1155 call.callEndReason = conn.getDisconnectCause(); in convertConnectionToRilCall()
|
/frameworks/base/api/ |
D | current.txt | 38611 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();
|
D | system-current.txt | 41844 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();
|