HomeSort by relevance Sort by last modified time
    Searched refs:onReject (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnection.java 49 void onReject(CtsConnection connection) { };
130 public void onReject() {
134 mListener.forEach(l -> l.onReject(CtsConnection.this));
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DummyConnectionService.java 85 public void onReject() {
86 super.onReject();
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConnection.java 75 public void onReject() {
76 super.onReject();
85 public void onReject(String reason) {
86 super.onReject();
  /cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
CallBlockingTest.java 121 public void onReject() {
122 super.onReject();

Completed in 3377 milliseconds