Home
last modified time | relevance | path

Searched defs:service1 (Results 1 – 7 of 7) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/bugs/
DShouldNotDeadlockAnswerExecutionTest.java49 Service service1 = Mockito.mock(Service.class); in successIfEveryThreadHasItsOwnMock() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityManagerTest.java99 …final ActivityManager.RunningServiceInfo service1 = buildServiceInfo(new ComponentName("org.robole… in getRunningServices_shouldReturnServiceList() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBluetoothGattTest.java43 private static final BluetoothGattService service1 = field in ShadowBluetoothGattTest
DShadowActivityManagerTest.java126 final ActivityManager.RunningServiceInfo service1 = in getRunningServices_shouldReturnServiceList() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DServiceManagerTest.java527 final NoOpService service1 = new NoOpService(); in testPartiallyConstructedManager_transitionAfterAddListenerBeforeStateIsReady() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DServiceManagerTest.java539 final NoOpService service1 = new NoOpService(); in testPartiallyConstructedManager_transitionAfterAddListenerBeforeStateIsReady() local
/external/grpc-grpc/test/cpp/end2end/
Dhybrid_end2end_test.cc232 void SetUpServer(::grpc::Service* service1, ::grpc::Service* service2, in SetUpServer()