OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:broadcastlistener
(Results
1 - 3
of
3
) sorted by null
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java
73
* Utility method that throws a {@code RuntimeException} if any {@code
BroadcastListener
}s are still registered.
ShadowActivity.java
222
* Checks to see if {@code
BroadcastListener
}s are still registered.
253
* Checks the {@code ApplicationContext} to see if {@code
BroadcastListener
}s are still registered.
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
EventFacade.java
78
private final HashMap<String,
BroadcastListener
> mBroadcastListeners =
79
new HashMap<String,
BroadcastListener
>();
110
BroadcastListener
b = new
BroadcastListener
(this, enqueue.booleanValue());
410
public class
BroadcastListener
extends android.content.BroadcastReceiver {
414
public
BroadcastListener
(EventFacade parent, boolean enqueue) {
Completed in 343 milliseconds