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