Home
last modified time | relevance | path

Searched refs:addService (Results 1 – 10 of 10) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java471 addService(ConnectionService.SERVICE_INTERFACE, componentName, service);
483 addService(InCallService.SERVICE_INTERFACE, componentName, service);
511 private void addService(String action, ComponentName name, IInterface service) {
/packages/experimental/RpcPerformance/
Drpcperftest.cpp54 status_t status = sm->addService(name, new BnInterface<ITestService>()); in main()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DServiceDeclaration.java77 void addService(UUID uuid, int serviceType, int instance, int minHandles, in addService() method in ServiceDeclaration
DHandleMap.java101 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() method in HandleMap
DGattService.java1651 mHandleMap.addService(serverIf, srvcHandle, uuid, srvcType, srvcInstId, in onServiceAdded()
1929 serviceDeclaration.addService(srvcUuid, srvcType, srvcInstanceId, minHandles, in beginServiceDeclaration()
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java257 public void addService(ServiceState svc) { in addService() method in ProcStatsEntry
DProcStatsData.java329 ent.addService(ss); in getProcs()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java367 ServiceManager.addService(Context.CARRIER_CONFIG_SERVICE, this); in CarrierConfigLoader()
DPhoneInterfaceManager.java877 ServiceManager.addService("phone", this); in publish()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java404 ServiceManager.addService(SERVICE_NAME, mNfcAdapter); in NfcService()