Searched refs:mFileType (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppUtility.java | 113 info.mFileType = context.getContentResolver().getType(u); in fillRecord() 116 info.mFileType = context.getContentResolver().getType(u); in fillRecord() 118 if (info.mFileType == null) { in fillRecord() 119 info.mFileType = cursor.getString(cursor in fillRecord() 132 if (V) Log.v(TAG, "Get data from db:" + info.mFileName + info.mFileType in fillRecord() 323 values.put(BluetoothShare.MIMETYPE, transInfo.mFileType); in retryTransfer()
|
D | BluetoothOppTransferInfo.java | 56 String mFileType; field in BluetoothOppTransferInfo
|
D | BluetoothOppReceiver.java | 162 transInfo.mFileType, transInfo.mTimeStamp, uri); in onReceive() 253 transInfo.mFileType); in onReceive()
|
D | BluetoothOppTransferActivity.java | 292 tmp = getString(R.string.upload_line3, mTransInfo.mFileType, Formatter.formatFileSize( in customizeViewContent() 355 mTransInfo.mFileType, mTransInfo.mTimeStamp, mUri); in onClick()
|
D | BluetoothOppTransferHistory.java | 295 BluetoothOppUtility.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType, in openCompleteTransfer()
|