Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java92 public void onReject() { in onReject() method in MockConnection
93 super.onReject(); in onReject()
102 public void onReject(int rejectReason) { in onReject() method in MockConnection
103 super.onReject(rejectReason); in onReject()
110 public void onReject(String reason) { in onReject() method in MockConnection
111 super.onReject(); in onReject()
DMockConference.java81 public void onReject() { in onReject() method in MockConference
82 super.onReject(); in onReject()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsConnection.java54 void onReject(CtsConnection connection) { }; in onReject() method in CtsConnection.Listener
146 public void onReject() { in onReject() method in CtsConnection
150 mListener.forEach(l -> l.onReject(CtsConnection.this)); in onReject()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestConnectionService.java85 public void onReject() { in onReject() method in TestConnectionService.TestConnection
86 super.onReject(); in onReject()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java121 public void onReject() { in onReject() method in CallBlockingTest.DummyConnection
122 super.onReject(); in onReject()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java406 callback.onReject(); in onDataShareRequest()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt42609 method public void onReject();
42685 method public void onReject();
42686 method public void onReject(int);
42687 method public void onReject(String);
Dsystem-current.txt12571 method public void onReject();