Home | History | Annotate | Download | only in telecom

Lines Matching full:adapter

128         public void addConnectionServiceAdapter(IConnectionServiceAdapter adapter) {
129 mHandler.obtainMessage(MSG_ADD_CONNECTION_SERVICE_ADAPTER, adapter).sendToTarget();
132 public void removeConnectionServiceAdapter(IConnectionServiceAdapter adapter) {
133 mHandler.obtainMessage(MSG_REMOVE_CONNECTION_SERVICE_ADAPTER, adapter).sendToTarget();
551 Log.d(this, "Adapter set state %s %s", id, Connection.stateToString(state));
580 Log.d(this, "Adapter set disconnected %s", disconnectCause);
587 Log.d(this, "Adapter set video state %d", videoState);
612 Log.d(this, "Adapter onPostDialWait %s, %s", c, remaining);
619 Log.d(this, "Adapter onPostDialChar %s, %s", c, nextChar);
626 Log.d(this, "Adapter onRingback %b", ringback);