Home
last modified time | relevance | path

Searched refs:ProjectionChangeQuery (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMessageStateChange.java46 private interface ProjectionChangeQuery { interface in MessageStateChange
115 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionChangeQuery.PROJECTION, accountId); in getChanges()
125 final long id = c.getLong(ProjectionChangeQuery.COLUMN_ID); in getChanges()
126 final long messageKey = c.getLong(ProjectionChangeQuery.COLUMN_MESSAGE_KEY); in getChanges()
127 final String serverId = c.getString(ProjectionChangeQuery.COLUMN_SERVER_ID); in getChanges()
128 final int oldFlagRead = c.getInt(ProjectionChangeQuery.COLUMN_OLD_FLAG_READ); in getChanges()
129 final int newFlagReadTable = c.getInt(ProjectionChangeQuery.COLUMN_NEW_FLAG_READ); in getChanges()
133 c.getInt(ProjectionChangeQuery.COLUMN_OLD_FLAG_FAVORITE); in getChanges()
135 c.getInt(ProjectionChangeQuery.COLUMN_NEW_FLAG_FAVORITE); in getChanges()