OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasReceiverForIntent
(Results
1 - 8
of
8
) sorted by null
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java
241
assertFalse(shadowApplication.
hasReceiverForIntent
(new Intent("Foo")));
244
assertTrue(shadowApplication.
hasReceiverForIntent
(new Intent("Foo")));
251
assertFalse(shadowApplication.
hasReceiverForIntent
(new Intent("Foo")));
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java
430
public boolean
hasReceiverForIntent
(Intent intent) {
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
Completed in 97 milliseconds