OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COL_LONGITUDE
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/data/
VideoDataQuery.java
35
public static final int
COL_LONGITUDE
= 10;
PhotoDataQuery.java
40
public static final int
COL_LONGITUDE
= 11;
PhotoDataFactory.java
67
double longitude = c.getDouble(PhotoDataQuery.
COL_LONGITUDE
);
VideoDataFactory.java
69
double longitude = c.getDouble(VideoDataQuery.
COL_LONGITUDE
);
Completed in 1372 milliseconds