Searched refs:onReject (Results 1 – 8 of 8) sorted by relevance
92 public void onReject() { in onReject() method in MockConnection93 super.onReject(); in onReject()102 public void onReject(int rejectReason) { in onReject() method in MockConnection103 super.onReject(rejectReason); in onReject()110 public void onReject(String reason) { in onReject() method in MockConnection111 super.onReject(); in onReject()
81 public void onReject() { in onReject() method in MockConference82 super.onReject(); in onReject()
54 void onReject(CtsConnection connection) { }; in onReject() method in CtsConnection.Listener146 public void onReject() { in onReject() method in CtsConnection150 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()
406 callback.onReject(); in onDataShareRequest()
42609 method public void onReject();42685 method public void onReject();42686 method public void onReject(int);42687 method public void onReject(String);
12571 method public void onReject();