OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentVideoUri
(Results
1 - 2
of
2
) sorted by null
/packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java
211
private Uri
mCurrentVideoUri
;
601
intent.setDataAndType(
mCurrentVideoUri
, convertOutputFormatToMimeType(mProfile.fileFormat));
605
Log.e(TAG, "Couldn't view video " +
mCurrentVideoUri
, ex);
[
all
...]
/packages/apps/Camera2/src/com/android/camera/
VideoModule.java
159
private Uri
mCurrentVideoUri
;
193
mCurrentVideoUri
= uri;
620
intent.setDataAndType(
mCurrentVideoUri
, convertOutputFormatToMimeType(mProfile.fileFormat));
624
Log.e(TAG, "Couldn't view video " +
mCurrentVideoUri
, ex);
646
mContentResolver.delete(
mCurrentVideoUri
, null, null);
[
all
...]
Completed in 5774 milliseconds