Searched refs:declareActionUnbindable (Results 1 – 4 of 4) sorted by relevance
184 public void declareActionUnbindable(String action) { in declareActionUnbindable() method in ShadowApplication185 getShadowInstrumentation().declareActionUnbindable(action); in declareActionUnbindable()
538 void declareActionUnbindable(String action) {
207 shadowOf(context).declareActionUnbindable(action); in bindService_unbindable()
281 shadowApplication.declareActionUnbindable(expectedIntent.getAction()); in declaringServiceUnbindableMakesBindServiceReturnFalse()538 shadowApplication.declareActionUnbindable(unboundableAction); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnectionsEvenIfServiceUnboundable()