Searched refs:hasReceiverForIntent (Results 1 – 2 of 2) sorted by relevance
241 assertFalse(shadowApplication.hasReceiverForIntent(new Intent("Foo"))); in canAnswerIfReceiverIsRegisteredForIntent()244 assertTrue(shadowApplication.hasReceiverForIntent(new Intent("Foo"))); in canAnswerIfReceiverIsRegisteredForIntent()251 assertFalse(shadowApplication.hasReceiverForIntent(new Intent("Foo"))); in canFindAllReceiversForAnIntent()
430 public boolean hasReceiverForIntent(Intent intent) { in hasReceiverForIntent() method in ShadowApplication