/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
ContextFixture.java | 573 public void addService(String action, ComponentName name, String packageName,
|
/hardware/intel/common/libmix/videoencoder/ |
IntelMetadataBuffer.cpp | 247 ret = defaultServiceManager()->addService(String16("media.IntelBufferSharing"), gBufferService);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
ProcStatsData.java | 329 ent.addService(ss);
|
/system/core/init/ |
service.cpp | 877 void ServiceManager::AddService(std::unique_ptr<Service> service) { [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
AccountManagerServiceTest.java | 460 LocalServices.addService( 517 LocalServices.addService( [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 575 public void addService(int serverIf, BluetoothGattService svc) { 579 service.addService(serverIf, svc); [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
BaseShortcutManagerTest.java | 722 LocalServices.addService(PackageManagerInternal.class, mMockPackageManagerInternal); 724 LocalServices.addService(UsageStatsManagerInternal.class, mMockUsageStatsManagerInternal); 726 LocalServices.addService(ActivityManagerInternal.class, mMockActivityManagerInternal); [all...] |
/frameworks/native/libs/gui/tests/ |
BufferQueue_test.cpp | 118 serviceManager->addService(PRODUCER_NAME, IInterface::asBinder(producer)); 119 serviceManager->addService(CONSUMER_NAME, IInterface::asBinder(consumer)); [all...] |
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
ChooserDialog.cpp | [all...] |
/frameworks/av/services/mediaanalytics/ |
MediaAnalyticsService.cpp | 105 defaultServiceManager()->addService(
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
StatusBarManagerService.java | 115 LocalServices.addService(StatusBarManagerInternal.class, mInternalService); [all...] |
/frameworks/native/libs/binder/tests/ |
binderLibTest.cpp | 981 ret = sm->addService(binderLibTestServiceName, testService);
|
binderSafeInterfaceTest.cpp | 606 defaultServiceManager()->addService(serviceName, [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CarrierConfigLoader.java | 374 ServiceManager.addService(Context.CARRIER_CONFIG_SERVICE, this); [all...] |
/system/bt/service/ |
gatt_server.cc | 69 bool GattServer::AddService(const bluetooth::Service& service,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SubscriptionController.java | 182 ServiceManager.addService("isub", this); 198 ServiceManager.addService("isub", this); [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
GattServerFacade.java | 122 mBluetoothGattServerList.get(index).addService(mGattServiceList.get(serviceIndex)); [all...] |
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipService.java | 105 ServiceManager.addService("sip", new SipService(context)); [all...] |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/ |
grpc-all-0.13.2.jar | |
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityManagerService.java | [all...] |
BatteryStatsService.java | 242 ServiceManager.addService(BatteryStats.SERVICE_NAME, asBinder()); [all...] |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/ |
grpc-core-1.0.1.jar | |
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/ |
grpc-core-1.0.3.jar | |
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 94 ServiceDescriptorProto* AddService(FileDescriptorProto* file, 266 AddService(&foo_file, "FooService"); 277 AddService(&bar_file, "BarService"); [all...] |
/frameworks/base/services/core/java/com/android/server/ |
NetworkManagementService.java | 334 LocalServices.addService(NetworkManagementInternal.class, new LocalService()); [all...] |