Home
last modified time | relevance | path

Searched refs:BqrVsLsto (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothQualityReport.java119 private BqrVsLsto mBqrVsLsto;
259 mBqrVsLsto = new BqrVsLsto(rawData, vsPartOffset); in BluetoothQualityReport()
282 mBqrVsLsto = new BqrVsLsto(in); in BluetoothQualityReport()
1174 public static final class BqrVsLsto implements Parcelable { class in BluetoothQualityReport
1186 private BqrVsLsto(byte[] rawData, int offset) { in BqrVsLsto() method in BluetoothQualityReport.BqrVsLsto
1205 private BqrVsLsto(Parcel in) { in BqrVsLsto() method in BluetoothQualityReport.BqrVsLsto
1346 public static final @NonNull Parcelable.Creator<BqrVsLsto> CREATOR =
1347 new Parcelable.Creator<BqrVsLsto>() {
1348 public BqrVsLsto createFromParcel(Parcel in) {
1349 return new BqrVsLsto(in);
[all …]
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt935 public static final class BluetoothQualityReport.BqrVsLsto implements android.os.Parcelable {
947 …ic final android.os.Parcelable.Creator<android.bluetooth.BluetoothQualityReport.BqrVsLsto> CREATOR;