Searched refs:expectedIntentOne (Results 1 – 1 of 1) sorted by relevance
294 Intent expectedIntentOne = new Intent("expected_one"); in bindServiceWithMultipleIntentsMapping() local299 …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() local319 …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() local343 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentOne, expectedCom… in unbindServiceWithMultipleIntentsMapping()346 context.bindService(expectedIntentOne, serviceOne, Context.BIND_AUTO_CREATE); in unbindServiceWithMultipleIntentsMapping()