Home | History | Annotate | Download | only in downloads

Lines Matching refs:mMimeType

148         public String mMimeType;
169 mMimeType = info.mMimeType;
183 values.put(Downloads.Impl.COLUMN_MIME_TYPE, mMimeType);
354 || DownloadDrmHelper.isDrmConvertNeeded(mInfoDelta.mMimeType)) {
394 mInfoDelta.mMimeType);
568 if (DownloadDrmHelper.isDrmConvertNeeded(mInfoDelta.mMimeType)) {
570 out = new DrmOutputStream(drmClient, outPfd, mInfoDelta.mMimeType);
792 mInfo.mHint, contentDisposition, contentLocation, mInfoDelta.mMimeType,
800 mMimeType == null) {
801 mInfoDelta.mMimeType = Intent.normalizeMimeType(conn.getContentType());