Home
last modified time | relevance | path

Searched defs:addService (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarLocalServices.java54 public static <T> void addService(Class<T> type, T service) { in addService() method in CarLocalServices
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java263 public void addService(ServiceState svc) { in addService() method in ProcStatsEntry
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcStatsEntry.java263 public void addService(ServiceState svc) { in addService() method in ProcStatsEntry
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() method in HandleMap
DGattService.java756 public void addService(int serverIf, BluetoothGattService svc) { in addService() method in GattService.BluetoothGattBinder
2916 void addService(int serverIf, BluetoothGattService service) { in addService() method in GattService