Searched defs:onConnectionListChanged (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedCallList.java42 public void onConnectionListChanged() {}; method in class:SelfManagedCallList.Listener
143 Log.i(this, "addConnection calling onConnectionListChanged %s", connection);
144 mListener.onConnectionListChanged();
152 Log.i(this, "removeConnection calling onConnectionListChanged %s", connection);
153 mListener.onConnectionListChanged();
170 mListener.onConnectionListChanged();

Completed in 54 milliseconds