Home
last modified time | relevance | path

Searched refs:getReceiversForIntent (Results 1 – 6 of 6) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java183 public List<BroadcastReceiver> getReceiversForIntent(Intent intent) { in getReceiversForIntent() method in ShadowApplication
184 return getShadowInstrumentation().getReceiversForIntent(intent); in getReceiversForIntent()
DShadowInstrumentation.java987 List<BroadcastReceiver> getReceiversForIntent(Intent intent) {
DShadowPackageManager.java1184 ShadowApplication.getShadowInstrumentation().getReceiversForIntent(intent); in triggerInstallVerificationTimeout()
/external/cronet/tot/net/android/junit/src/org/chromium/net/
DHttpNegotiateAuthenticatorTest.java237 List<BroadcastReceiver> receivers = shadowApplication.getReceiversForIntent(intent); in testGetTokenCallbackWithIntent()
/external/cronet/stable/net/android/junit/src/org/chromium/net/
DHttpNegotiateAuthenticatorTest.java237 List<BroadcastReceiver> receivers = shadowApplication.getReceiversForIntent(intent); in testGetTokenCallbackWithIntent()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java708 assertThat(shadowOf(context).getReceiversForIntent(new Intent("Foo"))).hasSize(2); in canFindAllReceiversForAnIntent()