Home
last modified time | relevance | path

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

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowApplication.java241 public void declareComponentUnbindable(ComponentName component) { in declareComponentUnbindable() method in ShadowApplication
242 getShadowInstrumentation().declareComponentUnbindable(component); in declareComponentUnbindable()
H A DShadowInstrumentation.java809 void declareComponentUnbindable(ComponentName component) {
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowApplicationTest.java447 Shadows.shadowOf(context).declareComponentUnbindable(expectedComponentName); in declaringComponentUnbindableMakesBindServiceReturnFalse_intentWithComponent()
465 Shadows.shadowOf(context).declareComponentUnbindable(expectedComponentName); in declaringComponentUnbindableMakesBindServiceReturnFalse_intentWithoutComponent()
482 Shadows.shadowOf(context).declareComponentUnbindable(expectedComponentName); in declaringComponentUnbindableMakesBindServiceReturnFalse_defaultComponent()
/aosp_15_r20/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/internal/
H A DServiceBindingTest.java174 shadowApplication.declareComponentUnbindable(serviceComponent); in testBindFailure()