LocalBroadcastManager.java | 37 * <li> You know that the data you are broadcasting won't leave your app, so 50 boolean broadcasting; field in class:LocalBroadcastManager.ReceiverRecord 224 if (receiver.broadcasting) { 240 receiver.broadcasting = true; 258 receivers.get(i).broadcasting = false;
|