Searched refs:mDestAddr (Results 1 – 4 of 4) sorted by relevance
52 String mDestAddr; // bt address field in BluetoothOppTransferInfo
127 info.mDestAddr = cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)); in fillRecord()152 BluetoothDevice remoteDevice = adapter.getRemoteDevice(info.mDestAddr); in fillRecord()160 Log.v(TAG, "Get data from db:" + info.mFileName + info.mFileType + info.mDestAddr); in fillRecord()434 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr); in retryTransfer()
240 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, transInfo.mDestAddr); in onReceive()
324 assertThat(info.mDestAddr).isEqualTo(destinationValue); in fillRecord_filledAllProperties()