Home
last modified time | relevance | path

Searched refs:classInt (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothClass.java62 public BluetoothClass(int classInt) { in BluetoothClass() argument
63 mClass = classInt; in BluetoothClass()
DBluetoothDevice.java2381 int classInt = service.getRemoteClass(this, mAttributionSource); in getBluetoothClass() local
2382 if (classInt == BluetoothClass.ERROR) return null; in getBluetoothClass()
2383 return new BluetoothClass(classInt); in getBluetoothClass()