OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCIM
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera/src/com/android/camera/
Storage.java
40
public static final String
DCIM
=
43
public static final String DIRECTORY =
DCIM
+ "/Camera";
163
* OSX requires plugged-in USB storage to have path /
DCIM
/NNNAAAAA to be
167
File nnnAAAAA = new File(
DCIM
, "100ANDRO");
/packages/apps/LegacyCamera/src/com/android/camera/
Storage.java
35
public static final String
DCIM
=
38
public static final String DIRECTORY =
DCIM
+ "/Camera";
131
* OSX requires plugged-in USB storage to have path /
DCIM
/NNNAAAAA to be
135
File nnnAAAAA = new File(
DCIM
, "100ANDRO");
/packages/apps/Camera2/src/com/android/camera/
Storage.java
42
public static final String
DCIM
=
45
public static final String DIRECTORY =
DCIM
+ "/Camera";
223
* OSX requires plugged-in USB storage to have path /
DCIM
/NNNAAAAA to be
227
File nnnAAAAA = new File(
DCIM
, "100ANDRO");
/packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java
100
private static final String
DCIM
=
102
private static final String DIRECTORY =
DCIM
+ "/Camera";
[
all
...]
Completed in 6674 milliseconds