Searched refs:expectedIntentTwo (Results 1 – 1 of 1) sorted by relevance
297 Intent expectedIntentTwo = new Intent("expected_two"); in bindServiceWithMultipleIntentsMapping() local300 …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() local320 …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() local344 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentTwo, expectedCom… in unbindServiceWithMultipleIntentsMapping()351 context.bindService(expectedIntentTwo, serviceTwo, Context.BIND_AUTO_CREATE); in unbindServiceWithMultipleIntentsMapping()