/packages/services/Telephony/src/com/android/services/telephony/ |
D | CdmaConnection.java | 118 public void onReject() { in onReject() method in CdmaConnection 124 super.onReject(); in onReject() 132 super.onReject(); in onReject()
|
D | CdmaConference.java | 88 public void onReject() { in onReject() method in CdmaConference
|
D | TelephonyConference.java | 102 public void onReject() { in onReject() method in TelephonyConference
|
D | TelephonyConnection.java | 941 public void onReject() { in onReject() method in TelephonyConnection 946 public void onReject(@android.telecom.Call.RejectReason int rejectReason) { in onReject() method in TelephonyConnection 956 super.onReject(); in performReject()
|
D | ImsConference.java | 677 public void onReject() { in onReject() method in ImsConference
|
D | TelephonyConnectionService.java | 1337 connection.onReject(); in onCreateIncomingConnectionFailed()
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipConnection.java | 190 onReject(); in onAnswer() 196 onReject(); in onAnswer() 201 public void onReject() { in onReject() method in SipConnection
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ConfirmationDialogFragment.java | 262 mRejectListener.onReject(getArguments().getBundle(ARGUMENTS_KEY)); in onClick() 282 void onReject(@Nullable Bundle arguments); in onReject() method
|
/packages/apps/Dialer/java/com/android/incallui/answer/protocol/ |
D | AnswerScreenDelegate.java | 31 void onReject(); in onReject() method
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | AnswerScreenPresenterStub.java | 38 public void onReject() {} in onReject() method in AnswerScreenPresenterStub
|
D | AnswerScreenPresenter.java | 156 public void onReject() { in onReject() method in AnswerScreenPresenter
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/ |
D | ConfirmationDialogFragmentTest.java | 136 verify(mRejectListener).onReject(bundle.capture()); in clickNegativeButton_callsCallbackWithArgs()
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorConnection.java | 94 public void onReject() { in onReject() method in SimulatorConnection
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedConnection.java | 174 public void onReject() { in onReject() method in SelfManagedConnection
|
D | TestConnectionManager.java | 198 public void onReject() { in onReject() method in TestConnectionManager.TestManagedConnection
|
D | TestConnectionService.java | 272 public void onReject() { in onReject() method in TestConnectionService.TestConnection
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnection.java | 271 public synchronized void onReject() { in onReject() method in HfpClientConnection
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/ |
D | AnswerFragment.java | 1007 answerScreenDelegate.onReject(); in rejectCall()
|