Searched refs:transInfo (Results 1 – 4 of 4) sorted by relevance
150 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive() local152 transInfo = BluetoothOppUtility.queryRecord(context, uri); in onReceive()153 if (transInfo == null) { in onReceive()158 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in onReceive()159 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) { in onReceive()161 BluetoothOppUtility.openReceivedFile(context, transInfo.mFileName, in onReceive()162 transInfo.mFileType, transInfo.mTimeStamp, uri); in onReceive()227 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive() local228 transInfo = BluetoothOppUtility.queryRecord(context, intent.getData()); in onReceive()229 if (transInfo == null) { in onReceive()[all …]
286 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer() local287 if (transInfo == null) { in openCompleteTransfer()291 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in openCompleteTransfer()292 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) { in openCompleteTransfer()295 BluetoothOppUtility.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType, in openCompleteTransfer()296 transInfo.mTimeStamp, contentUri); in openCompleteTransfer()
320 public static void retryTransfer(Context context, BluetoothOppTransferInfo transInfo) { in retryTransfer() argument322 values.put(BluetoothShare.URI, transInfo.mFileUri); in retryTransfer()323 values.put(BluetoothShare.MIMETYPE, transInfo.mFileType); in retryTransfer()324 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr); in retryTransfer()329 transInfo.mDeviceName); in retryTransfer()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...