Searched refs:mFileType (Results 1 – 6 of 6) sorted by relevance
/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/ |
D | EF.java | 51 private short mFileType = UNKNOWN, mFileStructure = UNKNOWN, mFileNbRecords; field in EF 88 mFileType = EF; in decodeSIMFileProps() 90 mFileType = UNKNOWN; // may also be DF or MF, but we are not interested in them. in decodeSIMFileProps() 102 if (mFileType == EF in decodeSIMFileProps() 144 mFileType = UNKNOWN; in decodeUSIMFileProps() 146 mFileType = EF; in decodeUSIMFileProps() 179 mFileType = UNKNOWN; in selectFile() 216 if (mFileType != EF) throw new SecureElementException("Incorrect file type"); in readBinary() 252 if (mFileType != EF) throw new SecureElementException("Incorrect file type"); in readRecord()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppUtility.java | 122 info.mFileType = context.getContentResolver().getType(u); in fillRecord() 125 info.mFileType = context.getContentResolver().getType(u); in fillRecord() 127 if (info.mFileType == null) { in fillRecord() 128 info.mFileType = in fillRecord() 141 Log.v(TAG, "Get data from db:" + info.mFileName + info.mFileType + info.mDestAddr); in fillRecord() 356 values.put(BluetoothShare.MIMETYPE, transInfo.mFileType); in retryTransfer()
|
D | BluetoothOppTransferActivity.java | 299 tmp = getString(R.string.upload_line3, mTransInfo.mFileType, in customizeViewContent() 368 mTransInfo.mFileType, mTransInfo.mTimeStamp, mUri); in onClick() 390 .this, uri, mTransInfo.mFileType, false); in onClick()
|
D | BluetoothOppReceiver.java | 142 transInfo.mFileType, transInfo.mTimeStamp, uri); in onReceive() 245 transInfo.mFileType); in onReceive()
|
D | BluetoothOppTransferInfo.java | 56 String mFileType; field in BluetoothOppTransferInfo
|
D | BluetoothOppTransferHistory.java | 321 BluetoothOppUtility.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType, in openCompleteTransfer()
|