Searched refs:setUnbindServiceShouldThrowIllegalArgument (Results 1 – 3 of 3) sorted by relevance
121 public void setUnbindServiceShouldThrowIllegalArgument(boolean flag) { in setUnbindServiceShouldThrowIllegalArgument() method in ShadowApplication122 getShadowInstrumentation().setUnbindServiceShouldThrowIllegalArgument(flag); in setUnbindServiceShouldThrowIllegalArgument()
530 void setUnbindServiceShouldThrowIllegalArgument(boolean flag) {
63 shadowOf(RuntimeEnvironment.application).setUnbindServiceShouldThrowIllegalArgument(true); in shouldUnbindServiceWithExceptionWhenRequested()