Searched refs:setComponentNameAndServiceForBindServiceForIntent (Results 1 – 3 of 3) sorted by relevance
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowApplicationTest.java | 225 .setComponentNameAndServiceForBindServiceForIntent( in bindServiceShouldCallOnServiceConnectedWhenNotPaused() 247 .setComponentNameAndServiceForBindServiceForIntent( in unbindServiceShouldCallOnServiceDisconnectedWhenNotPaused() 265 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntent, expectedCompon… in unbindServiceAddsEntryToUnboundServicesCollection() 280 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntent, expectedCompon… in declaringServiceUnbindableMakesBindServiceReturnFalse() 299 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentOne, expectedCom… in bindServiceWithMultipleIntentsMapping() 300 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentTwo, expectedCom… in bindServiceWithMultipleIntentsMapping() 319 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentOne, expectedCom… in bindServiceWithMultipleIntentsMappingWithDefault() 320 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentTwo, expectedCom… in bindServiceWithMultipleIntentsMappingWithDefault() 343 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentOne, expectedCom… in unbindServiceWithMultipleIntentsMapping() 344 …shadowApplication.setComponentNameAndServiceForBindServiceForIntent(expectedIntentTwo, expectedCom… in unbindServiceWithMultipleIntentsMapping()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowApplication.java | 107 public void setComponentNameAndServiceForBindServiceForIntent( in setComponentNameAndServiceForBindServiceForIntent() method in ShadowApplication 110 .setComponentNameAndServiceForBindServiceForIntent(intent, name, service); in setComponentNameAndServiceForBindServiceForIntent()
|
D | ShadowInstrumentation.java | 469 void setComponentNameAndServiceForBindServiceForIntent(
|