Home
last modified time | relevance | path

Searched refs:mIncludedServices (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java91 protected List<BluetoothGattService> mIncludedServices; field in BluetoothGattService
113 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()
128 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()
142 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()
160 new ArrayList<BluetoothGattIncludedService>(mIncludedServices.size()); in writeToParcel()
161 for (BluetoothGattService s : mIncludedServices) { in writeToParcel()
195 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()
201 mIncludedServices.add(new BluetoothGattService(null, isvc.getUuid(), in BluetoothGattService()
233 mIncludedServices.add(service); in addService()
300 mIncludedServices.add(includedService); in addIncludedService()
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6402 field protected java.util.List<android.bluetooth.BluetoothGattService> mIncludedServices;
/frameworks/base/api/
Dcurrent.txt8902 field protected java.util.List<android.bluetooth.BluetoothGattService> mIncludedServices;