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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java88 * is a list of id's. Use ID_PROJECTION_COLUMN to access the row data.
91 public static final int ID_PROJECTION_COLUMN = 0; field in class:EmailContent
553 new String[] {Long.toString(messageId)}, null, ID_PROJECTION_COLUMN, -1L);

Completed in 89 milliseconds