OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasReceiverForIntent
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/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/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java
430
public boolean
hasReceiverForIntent
(Intent intent) {
Completed in 28 milliseconds