Home
last modified time | relevance | path

Searched refs:mFileType (Results 1 – 8 of 8) 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/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridItemView.java65 private TextView mFileType; field in GalleryGridItemView
89 mFileType = (TextView) findViewById(R.id.file_type); in onFinishInflate()
172 mFileType.setText(type[1].toUpperCase() + " " + type[0]); in updateImageView()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java137 info.mFileType = context.getContentResolver().getType(u); in fillRecord()
140 info.mFileType = context.getContentResolver().getType(u); in fillRecord()
142 if (info.mFileType == null) { in fillRecord()
143 info.mFileType = in fillRecord()
155 Log.v(TAG, "Get data from db:" + info.mFileName + info.mFileType + info.mDestAddr); in fillRecord()
426 values.put(BluetoothShare.MIMETYPE, transInfo.mFileType); in retryTransfer()
DBluetoothOppTransferInfo.java56 String mFileType; field in BluetoothOppTransferInfo
DBluetoothOppReceiver.java156 transInfo.mFileType, in onReceive()
291 Constants.EXTRA_BT_OPP_TRANSFER_MIMETYPE, transInfo.mFileType); in onReceive()
DBluetoothOppTransferActivity.java291 mTransInfo.mFileType, in customizeViewContent()
369 mTransInfo.mFileType, in onClick()
DBluetoothOppTransferHistory.java351 transInfo.mFileType, in openCompleteTransfer()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java325 assertThat(info.mFileType).isEqualTo(fileTypeValue); in fillRecord_filledAllProperties()