Home
last modified time | relevance | path

Searched refs:serviceIntent (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java178 Intent serviceIntent = new Intent(); in bindServiceAsUser() local
184 serviceIntent, serviceConnection, flags, Process.myUserHandle())) in bindServiceAsUser()
192 Intent serviceIntent = new Intent(); in bindService() local
196 assertThat(context.bindService(serviceIntent, serviceConnection, flags)).isTrue(); in bindService()
204 Intent serviceIntent = new Intent(action); in bindService_unbindable() local
209 assertThat(context.bindService(serviceIntent, serviceConnection, flags)).isFalse(); in bindService_unbindable()
DShadowApplicationTest.java537 final Intent serviceIntent = new Intent(unboundableAction); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnectionsEvenIfServiceUnboundable() local
540 assertThat(context.bindService(serviceIntent, expectedServiceConnection, 0)).isFalse(); in bindServiceShouldAddServiceConnectionToListOfBoundServiceConnectionsEvenIfServiceUnboundable()