/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
D | ShadowServiceManagerExtend.java | 45 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/ |
D | ServiceManagerHelper.java | 62 public static void addService(@NonNull String name, @NonNull IBinder service) { in addService() method in ServiceManagerHelper
|
/packages/services/Car/service/src/com/android/car/ |
D | CarLocalServices.java | 63 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/ |
D | BluetoothGattServerProxy.java | 63 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/ |
D | BluetoothGattServerConfig.java | 42 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/ |
D | BluetoothGattServer.java | 63 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattServer
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioTmapGattServer.java | 184 public boolean addService(BluetoothGattService service) { in addService() method in LeAudioTmapGattServer.BluetoothGattServerProxy
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattService.java | 235 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattService
|
D | BluetoothGattServer.java | 838 public boolean addService(BluetoothGattService service) { in addService() method in BluetoothGattServer
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcStatsEntry.java | 263 public void addService(ServiceState svc) { in addService() method in ProcStatsEntry
|
/packages/modules/Bluetooth/android/app/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 | 1301 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/ |
D | GattServiceBinderTest.java | 519 public void addService() { in addService() method in GattServiceBinderTest
|
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/ |
D | GattDelegate.java | 259 public Service addService(ParcelUuid uuid) { in addService() method in GattDelegate
|
/packages/modules/Bluetooth/system/binder/android/bluetooth/ |
D | IBluetoothGatt.aidl | 163 …void addService(in int serverIf, in BluetoothGattService service, in AttributionSource attribution… in addService() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 798 public boolean addService(BluetoothGattService service) { in addService() method in MediaControlGattService.BluetoothGattServerProxy
|