Searched refs:Major (Results 1 – 8 of 8) sorted by relevance
162 public static class Major { class in BluetoothClass.Device270 return (mClass & Device.Major.BITMASK); in getMajorDeviceClass()428 return (getDeviceClass() & Device.Major.PERIPHERAL) == Device.Major.PERIPHERAL; in doesClassMatch()434 return (getDeviceClass() & Device.Major.NETWORKING) == Device.Major.NETWORKING; in doesClassMatch()
69 case BluetoothClass.Device.Major.COMPUTER: in getBtClassDrawableWithDescription()74 case BluetoothClass.Device.Major.PHONE: in getBtClassDrawableWithDescription()80 case BluetoothClass.Device.Major.PERIPHERAL: in getBtClassDrawableWithDescription()85 case BluetoothClass.Device.Major.IMAGING: in getBtClassDrawableWithDescription()
65 BluetoothClass.Device.Major.PHONE); in getBtClassDrawableWithDescription_typePhone_returnPhoneDrawable()75 BluetoothClass.Device.Major.COMPUTER); in getBtClassDrawableWithDescription_typeComputer_returnComputerDrawable()
2493 // Class of Device (CoD) value including both Major, Minor device class and service class
6163 public static class BluetoothClass.Device.Major {6164 ctor public BluetoothClass.Device.Major();
8322 public static class BluetoothClass.Device.Major {8323 ctor public BluetoothClass.Device.Major();
10054 Landroid/bluetooth/BluetoothClass$Device$Major;->BITMASK:I