Searched refs:classInt (Results 1 – 2 of 2) sorted by relevance
70 public BluetoothClass(int classInt) { in BluetoothClass() argument71 mClass = classInt; in BluetoothClass()
1417 int classInt = service.getRemoteClass(this); in getBluetoothClass() local1418 if (classInt == BluetoothClass.ERROR) return null; in getBluetoothClass()1419 return new BluetoothClass(classInt); in getBluetoothClass()