Searched defs:COLUMN_ID (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDownloadManager.java62 public final static String COLUMN_ID = BaseColumns._ID; field in class:DownloadManager
273 COLUMN_ID,
305 Arrays.asList(COLUMN_ID, COLUMN_TOTAL_SIZE_BYTES, COLUMN_STATUS, COLUMN_REASON,
828 + cursor.getLong(cursor.getColumnIndex(COLUMN_ID)));
1018 if (column.equals(COLUMN_ID)) {
/frameworks/base/core/java/android/provider/
H A DCalendar.java645 private static final int COLUMN_ID = 0; field in class:Calendar.EventsEntity.EntityIteratorImpl
778 subCursor.getString(COLUMN_ID));

Completed in 61 milliseconds