HomeSort by relevance Sort by last modified time
    Searched full:mimetypeintent (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MimeType.java 78 final Intent mimetypeIntent = new Intent(Intent.ACTION_VIEW);
79 mimetypeIntent.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION
83 Utils.setIntentDataAndTypeAndNormalize(mimetypeIntent, contentUri, contentType);
85 Utils.setIntentTypeAndNormalize(mimetypeIntent, contentType);
96 final List<ResolveInfo> list = manager.queryIntentActivities(mimetypeIntent,
103 contentType, contentUri, mimetypeIntent.getType(), mimetypeIntent.getData());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 224 Intent mimetypeIntent = new Intent(Intent.ACTION_VIEW);
225 mimetypeIntent.setDataAndTypeAndNormalize(fileUri, mimetype);
226 List<ResolveInfo> list = context.getPackageManager().queryIntentActivities(mimetypeIntent,

Completed in 407 milliseconds