Searched refs:mOutputUri (Results 1 – 3 of 3) sorted by relevance
68 private Uri mOutputUri; field in LevelTrackingMediaRecorder95 mOutputUri = MediaScratchFileProvider.buildMediaScratchSpaceUri( in startRecording()106 .getContentResolver().openFileDescriptor(mOutputUri, "w"); in startRecording()147 if (mOutputUri != null) { in stopRecording()148 final Uri outputUri = mOutputUri; in stopRecording()156 mOutputUri = null; in stopRecording()178 return mOutputUri; in stopRecording()
47 private Uri mOutputUri; field in ImagePersistTask69 mOutputUri = MediaScratchFileProvider.buildMediaScratchSpaceUri(JPEG_EXTENSION); in ImagePersistTask()79 mContext.getContentResolver().openOutputStream(mOutputUri); in doInBackgroundTimed()132 mOutputUri = null; in doInBackgroundTimed()148 mOutputUri = null; in doInBackgroundTimed()165 if (mOutputUri != null) { in onPostExecute()166 mCallback.onMediaReady(mOutputUri, ContentType.IMAGE_JPEG, mWidth, mHeight); in onPostExecute()
344 final Uri mOutputUri = MediaScratchFileProvider.buildMediaScratchSpaceUri("txt"); in testBugleDatabaseDraftOperations() local347 outputStream = mContext.getContentResolver().openOutputStream(mOutputUri); in testBugleDatabaseDraftOperations()358 mOutputUri, 0, 0)); in testBugleDatabaseDraftOperations()369 assertEquals(part.getContentUri(), mOutputUri); in testBugleDatabaseDraftOperations() local379 inputStream = mContext.getContentResolver().openInputStream(mOutputUri); in testBugleDatabaseDraftOperations()425 inputStream = mContext.getContentResolver().openInputStream(mOutputUri); in testBugleDatabaseDraftOperations()