Searched refs:addService (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DServiceDeclaration.java72 void addService(UUID uuid, int serviceType, int instance, int minHandles) { method in class:ServiceDeclaration
H A DHandleMap.java89 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance) { method in class:HandleMap
H A DGattService.java1123 mHandleMap.addService(serverIf, srvcHandle, uuid, srvcType, srvcInstId);
1359 serviceDeclaration.addService(srvcUuid, srvcType, srvcInstanceId, minHandles);
/packages/experimental/RpcPerformance/
H A Drpcperftest.cpp54 status_t status = sm->addService(name, new BnInterface<ITestService>());
/packages/apps/Phone/src/com/android/phone/
H A DPhoneInterfaceManager.java245 ServiceManager.addService("phone", this);
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java417 ServiceManager.addService(SERVICE_NAME, mNfcAdapter);

Completed in 118 milliseconds