/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/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipConnectionBase.java | 133 public int getDisconnectCause() { in getDisconnectCause() method in SipConnectionBase
|
D | SipPhone.java | 737 if (getDisconnectCause() != DisconnectCause.LOCAL) { 750 + "cause: " + getDisconnectCause() + ", on phone "
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableConnection.java | 142 public final DisconnectCause getDisconnectCause() { in getDisconnectCause() method in ParcelableConnection
|
D | RemoteConnection.java | 613 mDisconnectCause = connection.getDisconnectCause(); in RemoteConnection() 696 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in RemoteConnection
|
D | ParcelableCall.java | 121 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in ParcelableCall
|
D | RemoteConference.java | 419 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in RemoteConference
|
D | Call.java | 448 public DisconnectCause getDisconnectCause() { in getDisconnectCause() method in Call.Details 998 parcelableCall.getDisconnectCause(), in internalUpdate()
|
D | Conference.java | 328 public final DisconnectCause getDisconnectCause() { in getDisconnectCause() method in Conference
|
D | RemoteConnectionService.java | 76 connection.setDisconnected(parcel.getDisconnectCause());
|
D | ConnectionService.java | 656 connection.getDisconnectCause(), in createConnection() 985 connection.getDisconnectCause(), in addExistingConnection()
|
D | Connection.java | 1246 public final DisconnectCause getDisconnectCause() { in getDisconnectCause() method in Connection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 256 public abstract int getDisconnectCause(); in getDisconnectCause() method in Connection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 220 public int getDisconnectCause() { in getDisconnectCause() method in ImsPhoneConnection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmConnection.java | 209 public int getDisconnectCause() { in getDisconnectCause() method in GsmConnection
|
D | GSMPhone.java | 443 mNotifier.notifyDisconnectCause(cn.getDisconnectCause(), cn.getPreciseDisconnectCause()); in notifyDisconnect()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaConnection.java | 239 public int getDisconnectCause() { in getDisconnectCause() method in CdmaConnection
|
D | CDMAPhone.java | 1068 mNotifier.notifyDisconnectCause(cn.getDisconnectCause(), cn.getPreciseDisconnectCause()); in notifyDisconnect()
|
/frameworks/base/api/ |
D | current.txt | 29963 method public android.telecom.DisconnectCause getDisconnectCause(); 30022 method public final android.telecom.DisconnectCause getDisconnectCause(); 30073 method public final android.telecom.DisconnectCause getDisconnectCause(); 30345 method public android.telecom.DisconnectCause getDisconnectCause(); 30384 method public android.telecom.DisconnectCause getDisconnectCause();
|
D | system-current.txt | 32135 method public android.telecom.DisconnectCause getDisconnectCause(); 32200 method public final android.telecom.DisconnectCause getDisconnectCause(); 32255 method public final android.telecom.DisconnectCause getDisconnectCause(); 32553 method public android.telecom.DisconnectCause getDisconnectCause(); 32593 method public android.telecom.DisconnectCause getDisconnectCause();
|