Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java544 ParcelFileDescriptor outPfd = null; in transferData() local
556 outPfd = mContext.getContentResolver() in transferData()
558 outFd = outPfd.getFileDescriptor(); in transferData()
562 out = new DrmOutputStream(drmClient, outPfd, mInfoDelta.mMimeType); in transferData()
564 out = new ParcelFileDescriptor.AutoCloseOutputStream(outPfd); in transferData()