Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java293 Binder expectedBinderOne = new Binder(); in bindServiceWithMultipleIntentsMapping() local
299 …eAndServiceForBindServiceForIntent(expectedIntentOne, expectedComponentNameOne, expectedBinderOne); in bindServiceWithMultipleIntentsMapping()
303 assertThat(service.service).isEqualTo(expectedBinderOne); in bindServiceWithMultipleIntentsMapping()
313 Binder expectedBinderOne = new Binder(); in bindServiceWithMultipleIntentsMappingWithDefault() local
319 …eAndServiceForBindServiceForIntent(expectedIntentOne, expectedComponentNameOne, expectedBinderOne); in bindServiceWithMultipleIntentsMappingWithDefault()
323 assertThat(service.service).isEqualTo(expectedBinderOne); in bindServiceWithMultipleIntentsMappingWithDefault()
336 Binder expectedBinderOne = new Binder(); in unbindServiceWithMultipleIntentsMapping() local
343 …eAndServiceForBindServiceForIntent(expectedIntentOne, expectedComponentNameOne, expectedBinderOne); in unbindServiceWithMultipleIntentsMapping()