Lines Matching full:disconnect
64 private static final int DISCONNECT = 3;
92 case DISCONNECT:
230 * Handles a DISCONNECT event from the telephony layer.
234 * disconnect cause OUT_OF_SERVICE. If so, schedule a retry.
249 // Any other disconnect cause means we're done.
254 if (DBG) log("==> Disconnect event; clean up...");
258 // it would have received this disconnect event too (so it'll
398 // (It's still possible that this call will fail, and disconnect
446 * placeCall(), since it's still possible the call will disconnect
497 mCM.registerForDisconnect(this, DISCONNECT, null);
502 removeMessages(DISCONNECT); // Clean up any pending messages too