Searched refs:sDateTakenProjection (Results 1 – 1 of 1) sorted by relevance
564 private static final String[] sDateTakenProjection = new String[] {KEY_DATE_TAKEN_MS}; field in PickerDbFacade.RemoveMediaOperation661 try (Cursor outputCursor = qb.query(getDatabase(), sDateTakenProjection, in updateFirstDateTakenMillis() argument