Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java315 Intent mimetypeIntent = new Intent(Intent.ACTION_VIEW); in isRecognizedFileType() local
316 mimetypeIntent.setDataAndTypeAndNormalize(fileUri, mimetype); in isRecognizedFileType()
319 .queryIntentActivities(mimetypeIntent, PackageManager.MATCH_DEFAULT_ONLY); in isRecognizedFileType()