Home
last modified time | relevance | path

Searched refs:mFileType (Results 1 – 6 of 6) sorted by relevance

/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
DEF.java51 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/
DBluetoothOppUtility.java122 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()
DBluetoothOppTransferActivity.java299 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()
DBluetoothOppReceiver.java142 transInfo.mFileType, transInfo.mTimeStamp, uri); in onReceive()
245 transInfo.mFileType); in onReceive()
DBluetoothOppTransferInfo.java56 String mFileType; field in BluetoothOppTransferInfo
DBluetoothOppTransferHistory.java321 BluetoothOppUtility.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType, in openCompleteTransfer()