Home | History | Annotate | Download | only in hfp

Lines Matching defs:Pending

23  *                         (Pending)
112 private Pending mPending;
137 // mIncomingDevice is the device connecting to us, valid only in Pending state
148 // Connecting to a device, Pending
151 // Pending
153 // Disconnecting device Pending
155 // Incoming connections Pending
191 mPending = new Pending();
382 private class Pending extends State {
385 log("Enter Pending: " + getCurrentMessage().what);
390 log("Pending process message: " + message.what);
447 // in Pending state
553 // We get an incoming connecting request while Pending
555 log("Incoming connection while pending, ignore");