Home
last modified time | relevance | path

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

/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.java62 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.java63 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/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java235 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattService
DBluetoothGattServer.java838 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.java1301 public void addService(int serverIf, BluetoothGattService svc, in addService() method in GattService.BluetoothGattBinder
1310 private void addService(int serverIf, BluetoothGattService svc, in addService() method in GattService.BluetoothGattBinder
4314 void addService( in addService() method in GattService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java519 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.aidl163 …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.java798 public boolean addService(BluetoothGattService service) { in addService() method in MediaControlGattService.BluetoothGattServerProxy