Searched refs:mIncludedServices (Results 1 – 3 of 3) sorted by relevance
95 protected List<BluetoothGattService> mIncludedServices; field in BluetoothGattService116 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()131 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()145 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()163 new ArrayList<BluetoothGattIncludedService>(mIncludedServices.size()); in writeToParcel()164 for (BluetoothGattService s : mIncludedServices) { in writeToParcel()198 mIncludedServices = new ArrayList<BluetoothGattService>(); in BluetoothGattService()204 mIncludedServices.add(new BluetoothGattService(null, isvc.getUuid(), in BluetoothGattService()236 mIncludedServices.add(service); in addService()303 mIncludedServices.add(includedService); in addIncludedService()[all …]
9274 field protected java.util.List<android.bluetooth.BluetoothGattService> mIncludedServices;
6402 field protected java.util.List<android.bluetooth.BluetoothGattService> mIncludedServices;