Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattIncludedService.java30 public class BluetoothGattIncludedService implements Parcelable { class
42 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService() method in BluetoothGattIncludedService
60 public static final @NonNull Creator<BluetoothGattIncludedService> CREATOR =
62 public BluetoothGattIncludedService createFromParcel(Parcel in) {
63 return new BluetoothGattIncludedService(in);
66 public BluetoothGattIncludedService[] newArray(int size) {
67 return new BluetoothGattIncludedService[size];
71 private BluetoothGattIncludedService(Parcel in) { in BluetoothGattIncludedService() method in BluetoothGattIncludedService
DBluetoothGattService.java146 ArrayList<BluetoothGattIncludedService> includedServices = in writeToParcel()
147 new ArrayList<BluetoothGattIncludedService>(mIncludedServices.size()); in writeToParcel()
150 new BluetoothGattIncludedService(s.getUuid(), s.getInstanceId(), s.getType())); in writeToParcel()
184 ArrayList<BluetoothGattIncludedService> inclSvcs = in BluetoothGattService()
185 in.createTypedArrayList(BluetoothGattIncludedService.CREATOR); in BluetoothGattService()
187 for (BluetoothGattIncludedService isvc : inclSvcs) { in BluetoothGattService()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DBluetoothGattIncludedService.aidl19 parcelable BluetoothGattIncludedService;
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt397 Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Landroid/os/Parcel;)V
398 Landroid/bluetooth/BluetoothGattIncludedService;-><init>(Ljava/util/UUID;II)V
399 Landroid/bluetooth/BluetoothGattIncludedService;->CREATOR:Landroid/os/Parcelable$Creator;
400 Landroid/bluetooth/BluetoothGattIncludedService;->getInstanceId()I
401 Landroid/bluetooth/BluetoothGattIncludedService;->getType()I
402 Landroid/bluetooth/BluetoothGattIncludedService;->getUuid()Ljava/util/UUID;
403 Landroid/bluetooth/BluetoothGattIncludedService;->mInstanceId:I
404 Landroid/bluetooth/BluetoothGattIncludedService;->mServiceType:I
405 Landroid/bluetooth/BluetoothGattIncludedService;->mUuid:Ljava/util/UUID;