Lines Matching defs:DISCONNECT
63 private static final int DISCONNECT = 3;
92 case DISCONNECT:
244 * Handles a DISCONNECT event from the telephony layer.
248 * disconnect cause OUT_OF_SERVICE. If so, schedule a retry.
262 // Any other disconnect cause means we're done.
267 if (DBG) log("==> Disconnect event; clean up...");
271 // it would have received this disconnect event too (so it'll
419 // (It's still possible that this call will fail, and disconnect
471 * placeCall(), since it's still possible the call will disconnect
527 mCM.registerForDisconnect(this, DISCONNECT, null);
532 removeMessages(DISCONNECT); // Clean up any pending messages too