HomeSort by relevance Sort by last modified time
    Searched refs:setUnbindServiceShouldThrowIllegalArgument (Results 1 - 3 of 3) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApplication.java 121 public void setUnbindServiceShouldThrowIllegalArgument(boolean flag) {
122 getShadowInstrumentation().setUnbindServiceShouldThrowIllegalArgument(flag);
ShadowInstrumentation.java 530 void setUnbindServiceShouldThrowIllegalArgument(boolean flag) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowServiceTest.java 63 shadowOf(RuntimeEnvironment.application).setUnbindServiceShouldThrowIllegalArgument(true);

Completed in 56 milliseconds