Searched refs:onReject (Results 1 – 6 of 6) sorted by relevance
89 public void onReject() { in onReject() method in MockConnection90 super.onReject(); in onReject()99 public void onReject(int rejectReason) { in onReject() method in MockConnection100 super.onReject(rejectReason); in onReject()107 public void onReject(String reason) { in onReject() method in MockConnection108 super.onReject(); in onReject()
78 public void onReject() { in onReject() method in MockConference79 super.onReject(); in onReject()
49 void onReject(CtsConnection connection) { }; in onReject() method in CtsConnection.Listener130 public void onReject() { in onReject() method in CtsConnection134 mListener.forEach(l -> l.onReject(CtsConnection.this)); in onReject()
85 public void onReject() { in onReject() method in TestConnectionService.TestConnection86 super.onReject(); in onReject()
121 public void onReject() { in onReject() method in CallBlockingTest.DummyConnection122 super.onReject(); in onReject()
374 callback.onReject(); in onDataShareRequest()