/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ComponentContextFixture.java | 490 addService(ConnectionService.SERVICE_INTERFACE, componentName, service); 502 addService(InCallService.SERVICE_INTERFACE, componentName, service); 530 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/Settings/tests/robotests/src/com/android/settings/network/ |
D | VpnPreferenceControllerTest.java | 73 ShadowServiceManager.addService(Context.CONNECTIVITY_SERVICE, mBinder); in setUp()
|
/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/ |
D | SimpleBleServer.java | 106 mGattServer.addService(service); in start()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | HandleMap.java | 99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() method in HandleMap
|
D | GattService.java | 578 public void addService(int serverIf, BluetoothGattService svc) { in addService() method in GattService.BluetoothGattBinder 582 service.addService(serverIf, svc); in addService() 2140 mHandleMap.addService(serverIf, el.attributeHandle, el.uuid, in onServiceAdded() 2145 mHandleMap.addService(serverIf, el.attributeHandle, el.uuid, in onServiceAdded() 2407 void addService(int serverIf, BluetoothGattService service) { in addService() method in GattService
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattServer.java | 116 mGattServer.addService(mGattService); in startGattServer()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcStatsEntry.java | 263 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 | 386 ServiceManager.addService(Context.CARRIER_CONFIG_SERVICE, this); in CarrierConfigLoader()
|
D | PhoneInterfaceManager.java | 1074 ServiceManager.addService("phone", this); in publish()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 481 ServiceManager.addService(SERVICE_NAME, mNfcAdapter); in NfcService()
|