Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothClassTest.java42 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in createBtClass() local
44 return bluetoothClass; in createBtClass()
DBluetoothQualityReportTest.java166 BluetoothClass bluetoothClass = BluetoothClass.CREATOR.createFromParcel(p); in getBluetoothClassHelper() local
168 return bluetoothClass; in getBluetoothClassHelper()
180 BluetoothClass bluetoothClass = getBluetoothClassHelper(remoteCoD); in initBqrCommon() local
189 .setBluetoothClass(bluetoothClass) in initBqrCommon()
199 Assert.assertEquals(bluetoothClass, bqr.getBluetoothClass()); in initBqrCommon()
346 BluetoothClass bluetoothClass = getBluetoothClassHelper(mRemoteCoD); in defaultNameAddress() local
354 .setBluetoothClass(bluetoothClass) in defaultNameAddress()
384 BluetoothClass bluetoothClass = getBluetoothClassHelper(mRemoteCoD); in rawDataNull() local
395 .setBluetoothClass(bluetoothClass) in rawDataNull()
404 BluetoothClass bluetoothClass = getBluetoothClassHelper(mRemoteCoD); in invalidRawData() local
[all …]