Lines Matching full:broadcast
51 * ACTION_NEW_OUTGOING_CALL intent. ACTION_NEW_OUTGOING_CALL is an ordered broadcast intent which
63 * number) are exempt from being broadcast.
64 * Calls to emergency numbers are still broadcast for informative purposes. The call is placed
138 * the InCallScreen if the broadcast has not been canceled, possibly with
183 // Once the NEW_OUTGOING_CALL broadcast is finished, the resultData
196 // even bother with the NEW_OUTGOING_CALL broadcast if we're going
245 // party apps to use the NEW_OUTGOING_CALL broadcast to rewrite
262 // NEW_OUTGOING_CALL broadcast. But we need to do it again here
264 // the broadcast (and may now contain letters or separators again.)
280 * outgoing-call sequence after the outgoing call broadcast is
292 * sequence. Normally this will be the NEW_OUTGOING_CALL broadcast intent
295 * where we don't do the NEW_OUTGOING_CALL broadcast at all, like for
345 // that the NEW_OUTGOING_CALL broadcast for this new call has
348 + "Bailing out, not sending NEW_OUTGOING_CALL broadcast...");
363 // isFinishing() return false when 1. broadcast is still ongoing, or 2. dialog is being
381 * NEW_OUTGOING_CALL broadcast. That broadcast eventually triggers
385 * - Or, with a sip: URI we skip the NEW_OUTGOING_CALL broadcast and
559 // broadcast; technically we should be holding a wake lock here
590 // send the ACTION_NEW_OUTGOING_CALL broadcast like for any
591 // other outgoing call. (But when the broadcast finally
598 // NEW_OUTGOING_CALL broadcast.
632 // Set a timer so that we can prepare for unexpected delay introduced by the broadcast.