Home | History | Annotate | Download | only in handover

Lines Matching refs:mimeTypes

283         HashMap<String, String> mimeTypes; // Mime-types associated with each path
297 this.mimeTypes = new HashMap<String, String>();
463 mimeTypes.put(dstFile.getAbsolutePath(), mimeType);
473 String mimeType = mimeTypes.get(paths.get(0));
539 viewIntent.setDataAndTypeAndNormalize(uri, mimeTypes.get(filePath));