Home
last modified time | relevance | path

Searched refs:BluetoothGattIncludedService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattIncludedService.java29 public class BluetoothGattIncludedService implements Parcelable { class
49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService() method in BluetoothGattIncludedService
67 …public static final @android.annotation.NonNull Parcelable.Creator<BluetoothGattIncludedService> C…
68 new Parcelable.Creator<BluetoothGattIncludedService>() {
69 public BluetoothGattIncludedService createFromParcel(Parcel in) {
70 return new BluetoothGattIncludedService(in);
73 public BluetoothGattIncludedService[] newArray(int size) {
74 return new BluetoothGattIncludedService[size];
78 private BluetoothGattIncludedService(Parcel in) { in BluetoothGattIncludedService() method in BluetoothGattIncludedService
DBluetoothGattService.java159 ArrayList<BluetoothGattIncludedService> includedServices = in writeToParcel()
160 new ArrayList<BluetoothGattIncludedService>(mIncludedServices.size()); in writeToParcel()
162 includedServices.add(new BluetoothGattIncludedService(s.getUuid(), in writeToParcel()
197 ArrayList<BluetoothGattIncludedService> inclSvcs = in BluetoothGattService()
198 in.createTypedArrayList(BluetoothGattIncludedService.CREATOR); in BluetoothGattService()
200 for (BluetoothGattIncludedService isvc : inclSvcs) { in BluetoothGattService()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10897 Landroid/bluetooth/BluetoothGattIncludedService;
10898 Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Landroid/os/Parcel;)V
10899 Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Ljava/util/UUID;II)V
10900 Landroid/bluetooth/BluetoothGattIncludedService;->CREATOR:Landroid/os/Parcelable$Creator;
10901 Landroid/bluetooth/BluetoothGattIncludedService;->getInstanceId()I
10902 Landroid/bluetooth/BluetoothGattIncludedService;->getType()I
10903 Landroid/bluetooth/BluetoothGattIncludedService;->getUuid()Ljava/util/UUID;
10904 Landroid/bluetooth/BluetoothGattIncludedService;->mInstanceId:I
10905 Landroid/bluetooth/BluetoothGattIncludedService;->mServiceType:I
10906 Landroid/bluetooth/BluetoothGattIncludedService;->mUuid:Ljava/util/UUID;