Searched refs:declareComponentUnbindable (Results 1 – 4 of 4) sorted by relevance
241 public void declareComponentUnbindable(ComponentName component) { in declareComponentUnbindable() method in ShadowApplication242 getShadowInstrumentation().declareComponentUnbindable(component); in declareComponentUnbindable()
809 void declareComponentUnbindable(ComponentName component) {
447 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()
174 shadowApplication.declareComponentUnbindable(serviceComponent); in testBindFailure()