Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java184 public void declareActionUnbindable(String action) { in declareActionUnbindable() method in ShadowApplication
185 getShadowInstrumentation().declareActionUnbindable(action); in declareActionUnbindable()
DShadowInstrumentation.java538 void declareActionUnbindable(String action) {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java207 shadowOf(context).declareActionUnbindable(action); in bindService_unbindable()
DShadowApplicationTest.java281 shadowApplication.declareActionUnbindable(expectedIntent.getAction()); in declaringServiceUnbindableMakesBindServiceReturnFalse()
538 shadowApplication.declareActionUnbindable(unboundableAction); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnectionsEvenIfServiceUnboundable()