Home
last modified time | relevance | path

Searched refs:setUnbindServiceShouldThrowIllegalArgument (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java121 public void setUnbindServiceShouldThrowIllegalArgument(boolean flag) { in setUnbindServiceShouldThrowIllegalArgument() method in ShadowApplication
122 getShadowInstrumentation().setUnbindServiceShouldThrowIllegalArgument(flag); in setUnbindServiceShouldThrowIllegalArgument()
DShadowInstrumentation.java530 void setUnbindServiceShouldThrowIllegalArgument(boolean flag) {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceTest.java63 shadowOf(RuntimeEnvironment.application).setUnbindServiceShouldThrowIllegalArgument(true); in shouldUnbindServiceWithExceptionWhenRequested()