Home | History | Annotate | Download | only in content

Lines Matching refs:ordered

63  * <li> <b>Ordered broadcasts</b> (sent with {@link Context#sendOrderedBroadcast(Intent, String)
77 * In this situation, however, the non-ordered semantics hold: these receivers still
249 int type, boolean ordered, boolean sticky, IBinder token) {
254 mOrderedHint = ordered;
420 // This broadcast was sent to a component; it is not ordered,
431 // since that may have come from an ordered broadcast. We'll catch
437 "BroadcastReceiver trying to return result during a non-ordered broadcast");
533 * <p class="note">This method does not work with non-ordered broadcasts such
562 * <p><strong>This method does not work with non-ordered broadcasts such
594 * <p><strong>This method does not work with non-ordered broadcasts such
635 * <p><strong>This method does not work with non-ordered broadcasts such
677 * <p><strong>This method does not work with non-ordered broadcasts such
697 * Returns true if the receiver is currently processing an ordered
716 * running in ordered mode.
764 // since that may have come from an ordered broadcast. We'll catch
770 "BroadcastReceiver trying to return result during a non-ordered broadcast");