Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java294 Intent expectedIntentOne = new Intent("expected_one"); in bindServiceWithMultipleIntentsMapping() local
299 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentOne, expectedCom… in bindServiceWithMultipleIntentsMapping()
301 context.bindService(expectedIntentOne, service, Context.BIND_AUTO_CREATE); in bindServiceWithMultipleIntentsMapping()
314 Intent expectedIntentOne = new Intent("expected_one"); in bindServiceWithMultipleIntentsMappingWithDefault() local
319 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentOne, expectedCom… in bindServiceWithMultipleIntentsMappingWithDefault()
321 context.bindService(expectedIntentOne, service, Context.BIND_AUTO_CREATE); in bindServiceWithMultipleIntentsMappingWithDefault()
337 Intent expectedIntentOne = new Intent("expected_one"); in unbindServiceWithMultipleIntentsMapping() local
343 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentOne, expectedCom… in unbindServiceWithMultipleIntentsMapping()
346 context.bindService(expectedIntentOne, serviceOne, Context.BIND_AUTO_CREATE); in unbindServiceWithMultipleIntentsMapping()