Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java281 Intent mimetypeIntent = new Intent(Intent.ACTION_VIEW); in isRecognizedFileType() local
282 mimetypeIntent.setDataAndTypeAndNormalize(fileUri, mimetype); in isRecognizedFileType()
284 .queryIntentActivities(mimetypeIntent, PackageManager.MATCH_DEFAULT_ONLY); in isRecognizedFileType()