Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowApplicationTest.java353 .setComponentNameAndServiceForBindServiceForIntent( in bindServiceShouldCallOnServiceConnectedWhenNotPaused()
376 .setComponentNameAndServiceForBindServiceForIntent( in unbindServiceShouldNotCallOnServiceDisconnected_ifFlagUnset()
396 .setComponentNameAndServiceForBindServiceForIntent( in unbindServiceShouldCallOnServiceDisconnectedWhenNotPaused_ifFlagSet()
414 .setComponentNameAndServiceForBindServiceForIntent( in unbindServiceAddsEntryToUnboundServicesCollection()
431 .setComponentNameAndServiceForBindServiceForIntent( in declaringActionUnbindableMakesBindServiceReturnFalse()
463 .setComponentNameAndServiceForBindServiceForIntent( in declaringComponentUnbindableMakesBindServiceReturnFalse_intentWithoutComponent()
500 .setComponentNameAndServiceForBindServiceForIntent( in bindServiceWithMultipleIntentsMapping()
503 .setComponentNameAndServiceForBindServiceForIntent( in bindServiceWithMultipleIntentsMapping()
525 .setComponentNameAndServiceForBindServiceForIntent( in bindServiceWithMultipleIntentsMappingWithDefault()
528 .setComponentNameAndServiceForBindServiceForIntent( in bindServiceWithMultipleIntentsMappingWithDefault()
[all …]
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowApplication.java133 public void setComponentNameAndServiceForBindServiceForIntent( in setComponentNameAndServiceForBindServiceForIntent() method in ShadowApplication
136 .setComponentNameAndServiceForBindServiceForIntent(intent, name, service); in setComponentNameAndServiceForBindServiceForIntent()
H A DShadowInstrumentation.java698 void setComponentNameAndServiceForBindServiceForIntent(
/aosp_15_r20/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/internal/
H A DServiceBindingTest.java109 shadowApplication.setComponentNameAndServiceForBindServiceForIntent( in testBindingIntent()
/aosp_15_r20/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
H A DRobolectricTestUtilities.java283 .setComponentNameAndServiceForBindServiceForIntent( in setBinding()