Searched refs:classInt (Results 1 – 2 of 2) sorted by relevance
61 public BluetoothClass(int classInt) { in BluetoothClass() argument62 mClass = classInt; in BluetoothClass()
1198 int classInt = service.getRemoteClass(this); in getBluetoothClass() local1199 if (classInt == BluetoothClass.ERROR) return null; in getBluetoothClass()1200 return new BluetoothClass(classInt); in getBluetoothClass()