Searched refs:BluetoothMasInstance (Results 1 – 2 of 2) sorted by relevance
23 public final class BluetoothMasInstance implements Parcelable { class29 public BluetoothMasInstance(int id, String name, int channel, int msgTypes) { in BluetoothMasInstance() method in BluetoothMasInstance38 if (o instanceof BluetoothMasInstance) { in equals()39 return mId == ((BluetoothMasInstance)o).mId; in equals()59 public static final Parcelable.Creator<BluetoothMasInstance> CREATOR =60 new Parcelable.Creator<BluetoothMasInstance>() {61 public BluetoothMasInstance createFromParcel(Parcel in) {62 return new BluetoothMasInstance(in.readInt(), in.readString(),65 public BluetoothMasInstance[] newArray(int size) {66 return new BluetoothMasInstance[size];
20 import android.bluetooth.BluetoothMasInstance;