Searched refs:service2 (Results 1 – 5 of 5) sorted by relevance
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ServiceTest.java | 36 MyService service2 = new MyService(); in shouldNotComplainIfServiceIsDestroyedWhileAnotherServiceHasRegisteredBroadcastReceivers() local 37 service2.registerReceiver(new AppWidgetProvider(), new IntentFilter()); in shouldNotComplainIfServiceIsDestroyedWhileAnotherServiceHasRegisteredBroadcastReceivers()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | descriptor_test.py | 449 service2 = descriptor.ServiceDescriptor() 450 service2.name = 'Service2' 454 expected.service_types = [service1, service2]
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ServiceManagerTest.java | 452 Service service2 = new Service() { in testPartiallyConstructedManager_transitionAfterAddListenerBeforeStateIsReady() local 498 new ServiceManager(Arrays.asList(service1, service2)); in testPartiallyConstructedManager_transitionAfterAddListenerBeforeStateIsReady()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 1124 ServiceDescriptorProto* service2 = AddService(&bar_file, "TestService2"); in SetUp() local 1125 AddMethod(service2, "Foo", "FooRequest", "FooResponse"); in SetUp() 1126 AddMethod(service2, "Baz", "BazRequest", "BazResponse"); in SetUp()
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 2703 python/examples/gconf-proxy-service2.py: Update to use gobject 3678 python/examples/gconf-proxy-service2.py: TODO fix these up 7990 * python/examples/gconf-proxy-service2.py: 8195 * python/examples/gconf-proxy-service2.py:
|