Searched refs:mFileType (Results 1 – 8 of 8) 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/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | GalleryGridItemView.java | 65 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/ |
D | BluetoothOppUtility.java | 137 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()
|
D | BluetoothOppTransferInfo.java | 56 String mFileType; field in BluetoothOppTransferInfo
|
D | BluetoothOppReceiver.java | 156 transInfo.mFileType, in onReceive() 291 Constants.EXTRA_BT_OPP_TRANSFER_MIMETYPE, transInfo.mFileType); in onReceive()
|
D | BluetoothOppTransferActivity.java | 291 mTransInfo.mFileType, in customizeViewContent() 369 mTransInfo.mFileType, in onClick()
|
D | BluetoothOppTransferHistory.java | 351 transInfo.mFileType, in openCompleteTransfer()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppUtilityTest.java | 325 assertThat(info.mFileType).isEqualTo(fileTypeValue); in fillRecord_filledAllProperties()
|