Searched refs:BluetoothClass (Results 1 – 8 of 8) sorted by relevance
51 public final class BluetoothClass implements Parcelable { class61 public BluetoothClass(int classInt) { in BluetoothClass() method in BluetoothClass67 if (o instanceof BluetoothClass) { in equals()68 return mClass == ((BluetoothClass)o).mClass; in equals()87 public static final Parcelable.Creator<BluetoothClass> CREATOR =88 new Parcelable.Creator<BluetoothClass>() {89 public BluetoothClass createFromParcel(Parcel in) {90 return new BluetoothClass(in.readInt());92 public BluetoothClass[] newArray(int size) {93 return new BluetoothClass[size];
289 public static boolean doesClassMatchSink(BluetoothClass btClass) { in doesClassMatchSink()292 case BluetoothClass.Device.COMPUTER_DESKTOP: in doesClassMatchSink()293 case BluetoothClass.Device.COMPUTER_LAPTOP: in doesClassMatchSink()294 case BluetoothClass.Device.COMPUTER_SERVER: in doesClassMatchSink()295 case BluetoothClass.Device.COMPUTER_UNCATEGORIZED: in doesClassMatchSink()
245 public static boolean doesClassMatchSink(BluetoothClass btClass) { in doesClassMatchSink()248 case BluetoothClass.Device.COMPUTER_DESKTOP: in doesClassMatchSink()249 case BluetoothClass.Device.COMPUTER_LAPTOP: in doesClassMatchSink()250 case BluetoothClass.Device.COMPUTER_SERVER: in doesClassMatchSink()251 case BluetoothClass.Device.COMPUTER_UNCATEGORIZED: in doesClassMatchSink()
962 public BluetoothClass getBluetoothClass() { in getBluetoothClass()969 if (classInt == BluetoothClass.ERROR) return null; in getBluetoothClass()970 return new BluetoothClass(classInt); in getBluetoothClass()
30 import android.bluetooth.BluetoothClass;4751 BluetoothClass btClass = btDevice.getBluetoothClass(); in onReceive()4754 case BluetoothClass.Device.AUDIO_VIDEO_WEARABLE_HEADSET: in onReceive()4755 case BluetoothClass.Device.AUDIO_VIDEO_HANDSFREE: in onReceive()4758 case BluetoothClass.Device.AUDIO_VIDEO_CAR_AUDIO: in onReceive()
116 <dt>{@link android.bluetooth.BluetoothClass}</dt> 373 android.bluetooth.BluetoothClass}, respectively. For example, here's how you can
3004 http://developer.android.com/reference/android/bluetooth/BluetoothClass.html3005 http://developer.android.com/reference/android/bluetooth/BluetoothClass.Device.html3006 http://developer.android.com/reference/android/bluetooth/BluetoothClass.Device.Major.html3007 http://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html
6069 public final class BluetoothClass implements android.os.Parcelable {6078 public static class BluetoothClass.Device {6079 ctor public BluetoothClass.Device();6132 public static class BluetoothClass.Device.Major {6133 ctor public BluetoothClass.Device.Major();6147 public static final class BluetoothClass.Service {6148 ctor public BluetoothClass.Service();6168 method public android.bluetooth.BluetoothClass getBluetoothClass();