Home
last modified time | relevance | path

Searched refs:BluetoothClass (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothClass.java51 public final class BluetoothClass implements Parcelable { class
61 public BluetoothClass(int classInt) { in BluetoothClass() method in BluetoothClass
67 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];
DBluetoothPbap.java289 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()
DBluetoothMap.java245 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()
DBluetoothDevice.java962 public BluetoothClass getBluetoothClass() { in getBluetoothClass()
969 if (classInt == BluetoothClass.ERROR) return null; in getBluetoothClass()
970 return new BluetoothClass(classInt); in getBluetoothClass()
/frameworks/base/media/java/android/media/
DAudioService.java30 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()
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd116 <dt>{@link android.bluetooth.BluetoothClass}</dt>
373 android.bluetooth.BluetoothClass}, respectively. For example, here's how you can
/frameworks/base/docs/html/
Dsitemap.txt3004 http://developer.android.com/reference/android/bluetooth/BluetoothClass.html
3005 http://developer.android.com/reference/android/bluetooth/BluetoothClass.Device.html
3006 http://developer.android.com/reference/android/bluetooth/BluetoothClass.Device.Major.html
3007 http://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html
/frameworks/base/api/
Dcurrent.txt6069 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();