Home | History | Annotate | Download | only in phone

Lines Matching refs:ConnectionHandler

101     private static ConnectionHandler mConnectionHandler;
121 private static class ConnectionHandler extends Handler {
127 if (DBG) log("ConnectionHandler: updating mute state for each connection");
207 * Register the ConnectionHandler with the phone, to receive connection events
211 mConnectionHandler = new ConnectionHandler();