Searched refs:addService (Results 1 – 10 of 10) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ComponentContextFixture.java | 471 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/ |
D | rpcperftest.cpp | 54 status_t status = sm->addService(name, new BnInterface<ITestService>()); in main()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ServiceDeclaration.java | 77 void addService(UUID uuid, int serviceType, int instance, int minHandles, in addService() method in ServiceDeclaration
|
D | HandleMap.java | 101 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() method in HandleMap
|
D | GattService.java | 1651 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/ |
D | ProcStatsEntry.java | 257 public void addService(ServiceState svc) { in addService() method in ProcStatsEntry
|
D | ProcStatsData.java | 329 ent.addService(ss); in getProcs()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 367 ServiceManager.addService(Context.CARRIER_CONFIG_SERVICE, this); in CarrierConfigLoader()
|
D | PhoneInterfaceManager.java | 877 ServiceManager.addService("phone", this); in publish()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 404 ServiceManager.addService(SERVICE_NAME, mNfcAdapter); in NfcService()
|