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.java95 * is a list of id's. Use ID_PROJECTION_COLUMN to access the row data.
100 public static final int ID_PROJECTION_COLUMN = 0; field in class:EmailContent
397 new String[] {Long.toString(messageId)}, null, ID_PROJECTION_COLUMN,

Completed in 31 milliseconds