Home
last modified time | relevance | path

Searched refs:mSourceDevice (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastMetadata.java54 private final BluetoothDevice mSourceDevice; field in BluetoothLeBroadcastMetadata
136 mSourceDevice = sourceDevice; in BluetoothLeBroadcastMetadata()
158 && mSourceDevice.equals(other.getSourceDevice()) in equals()
177 mSourceDevice, in hashCode()
196 + (", sourceDevice=" + mSourceDevice) in toString()
235 return mSourceDevice; in getSourceDevice()
424 if (mSourceDevice != null) { in writeToParcel()
426 out.writeTypedObject(mSourceDevice, 0); in writeToParcel()
512 private BluetoothDevice mSourceDevice = null; field in BluetoothLeBroadcastMetadata.Builder
543 mSourceDevice = original.getSourceDevice(); in Builder()
[all …]
DBluetoothLeBroadcastReceiveState.java171 private final BluetoothDevice mSourceDevice; field in BluetoothLeBroadcastReceiveState
309 mSourceDevice = sourceDevice; in BluetoothLeBroadcastReceiveState()
357 return mSourceDevice; in getSourceDevice()
493 out.writeTypedObject(mSourceDevice, 0); in writeToParcel()
525 + mSourceDevice.toString() in toString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java151 private BluetoothDevice mSourceDevice; field in BassClientServiceTest
306 mSourceDevice = in setUp()
327 mSourceDevice = null; in tearDown()
567 onScanResult(mSourceDevice, TEST_BROADCAST_ID); in testStopSearchingForSources()
572 onSyncEstablished(mSourceDevice, TEST_SYNC_HANDLE); in testStopSearchingForSources()
575 .isEqualTo(mSourceDevice); in testStopSearchingForSources()
604 onScanResult(mSourceDevice, TEST_BROADCAST_ID); in testStop()
609 onSyncEstablished(mSourceDevice, TEST_SYNC_HANDLE); in testStop()
612 .isEqualTo(mSourceDevice); in testStop()
638 onScanResult(mSourceDevice, TEST_BROADCAST_ID); in testStopSearchingForSources_startAndSyncAgain()
[all …]