Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataQuery.java25 public static final int COL_ID = 0; field in VideoDataQuery
DPhotoDataQuery.java29 public static final int COL_ID = 0; field in PhotoDataQuery
DVideoDataFactory.java36 long id = c.getLong(VideoDataQuery.COL_ID); in fromCursor()
DPhotoDataFactory.java33 long id = c.getLong(PhotoDataQuery.COL_ID); in fromCursor()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java121 final long groupId = cursor.getLong(Projections.COL_ID); in testGroupSummary()
222 public static final int COL_ID = 0; field
DContactsActor.java722 static final int COL_ID = 0; field