Home | History | Annotate | Download | only in os

Lines Matching defs:getBroadcastItem

46  * {@link #getBroadcastItem}, and {@link #finishBroadcast}.
208 * from using {@link #getBroadcastItem}. Note that only one broadcast can
221 * callbacks.getBroadcastItem(i).somethingHappened();
230 * with {@link #getBroadcastItem} to determine the range of indices you
233 * @see #getBroadcastItem
279 public E getBroadcastItem(int index) {
285 * returned by {@link #getBroadcastItem(int)}.
287 * @see #getBroadcastItem
329 action.accept(getBroadcastItem(i));
376 * <em>not</em> the same as {@link #getBroadcastItem} and should not be used