Home | History | Annotate | Download | only in phone

Lines Matching defs:DISCONNECT

65     private static final int DISCONNECT = 3;
94 case DISCONNECT:
246 * Handles a DISCONNECT event from the telephony layer.
250 * disconnect cause OUT_OF_SERVICE. If so, schedule a retry.
264 // Any other disconnect cause means we're done.
269 if (DBG) log("==> Disconnect event; clean up...");
273 // it would have received this disconnect event too (so it'll
421 // (It's still possible that this call will fail, and disconnect
473 * placeCall(), since it's still possible the call will disconnect
529 mCM.registerForDisconnect(this, DISCONNECT, null);
534 removeMessages(DISCONNECT); // Clean up any pending messages too