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

  /cts/tests/tests/telecom/src/android/telecom/cts/
SelfManagedConnection.java 40 void onDestroyed(SelfManagedConnection connection) { };
58 mListener.onDestroyed(this);
CtsSelfManagedConnectionService.java 59 void onDestroyed(SelfManagedConnection connection) {
RemoteConferenceTest.java 422 public void onDestroyed(RemoteConference conference) {
423 super.onDestroyed(conference);
RemoteConnectionTest.java 654 public void onDestroyed(RemoteConnection connection) {
655 super.onDestroyed(connection);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnection.java 44 void onDestroyed(CtsConnection connection) { };
168 mListener.forEach(l -> l.onDestroyed(CtsConnection.this));
CtsConnectionService.java 41 void onDestroyed(CtsConnection connection) {
CtsSelfManagedConnectionService.java 21 void onDestroyed(CtsConnection connection) {

Completed in 223 milliseconds