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

/packages/apps/Phone/src/com/android/phone/
H A DPhoneUtils.java101 private static ConnectionHandler mConnectionHandler;
121 private static class ConnectionHandler extends Handler { class in class:PhoneUtils
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();

Completed in 183 milliseconds