Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java297 Intent expectedIntentTwo = new Intent("expected_two"); in bindServiceWithMultipleIntentsMapping() local
300 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentTwo, expectedCom… in bindServiceWithMultipleIntentsMapping()
304 context.bindService(expectedIntentTwo, service, Context.BIND_AUTO_CREATE); in bindServiceWithMultipleIntentsMapping()
317 Intent expectedIntentTwo = new Intent("expected_two"); in bindServiceWithMultipleIntentsMappingWithDefault() local
320 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentTwo, expectedCom… in bindServiceWithMultipleIntentsMappingWithDefault()
324 context.bindService(expectedIntentTwo, service, Context.BIND_AUTO_CREATE); in bindServiceWithMultipleIntentsMappingWithDefault()
341 Intent expectedIntentTwo = new Intent("expected_two"); in unbindServiceWithMultipleIntentsMapping() local
344 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentTwo, expectedCom… in unbindServiceWithMultipleIntentsMapping()
351 context.bindService(expectedIntentTwo, serviceTwo, Context.BIND_AUTO_CREATE); in unbindServiceWithMultipleIntentsMapping()