Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLocalServices.java53 public static <T> void addService(Class<T> type, T service) { in addService() method in WifiLocalServices
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DShadowServiceManagerExtend.java45 public static void addService(String name, Class<? extends IInterface> classService, in addService() method in ShadowServiceManagerExtend
/packages/services/Car/car-builtin-lib/src/android/car/builtin/os/
DServiceManagerHelper.java64 public static void addService(@NonNull String name, @NonNull IBinder service) { in addService() method in ServiceManagerHelper
/packages/services/Car/service/src/com/android/car/
DCarLocalServices.java63 public static <T> void addService(Class<T> type, T service) { in addService() method in CarLocalServices
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothGattServerProxy.java63 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattServerProxy
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServerConfig.java42 public BluetoothGattServerConfig addService(UUID uuid, ServiceConfig serviceConfig) { in addService() method in BluetoothGattServerConfig
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattServer.java68 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattServer
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServer.java184 public boolean addService(BluetoothGattService service) { in addService() method in LeAudioTmapGattServer.BluetoothGattServerProxy
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsAdvertiser.java269 void addService(int id, Registration registration) { in addService() method in MdnsAdvertiser.InterfaceAdvertiserRequest
458 public void addService(int id, NsdServiceInfo service, @Nullable String subtype) { in addService() method in MdnsAdvertiser
DMdnsInterfaceAdvertiser.java215 public void addService(int id, NsdServiceInfo service, @Nullable String subtype) in addService() method in MdnsInterfaceAdvertiser
DMdnsRecordRepository.java304 public int addService(int serviceId, NsdServiceInfo serviceInfo, @Nullable String subtype) in addService() method in MdnsRecordRepository
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java233 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattService
DBluetoothGattServer.java875 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattServer
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java263 public void addService(ServiceState svc) { in addService() method in ProcStatsEntry
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DHandleMap.java99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() method in HandleMap
DGattService.java1352 public void addService(int serverIf, BluetoothGattService svc, in addService() method in GattService.BluetoothGattBinder
1361 private void addService(int serverIf, BluetoothGattService svc, in addService() method in GattService.BluetoothGattBinder
4605 void addService( in addService() method in GattService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java520 public void addService() { in addService() method in GattServiceBinderTest
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DGattDelegate.java259 public Service addService(ParcelUuid uuid) { in addService() method in GattDelegate
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl165 …void addService(in int serverIf, in BluetoothGattService service, in AttributionSource attribution… in addService() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java846 public boolean addService(BluetoothGattService service) { in addService() method in MediaControlGattService.BluetoothGattServerProxy