HomeSort by relevance Sort by last modified time
    Searched defs:COL_ID (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/src/com/android/camera/data/
PhotoDataQuery.java 29 public static final int COL_ID = 0;
VideoDataQuery.java 25 public static final int COL_ID = 0;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 121 final long groupId = cursor.getLong(Projections.COL_ID);
222 public static final int COL_ID = 0;
ContactsActor.java 722 static final int COL_ID = 0;

Completed in 561 milliseconds