Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMessageMove.java48 private interface ProjectionMoveQuery { interface in MessageMove
121 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionMoveQuery.PROJECTION, accountId); in getMoves()
132 final long id = c.getLong(ProjectionMoveQuery.COLUMN_ID); in getMoves()
133 final long messageKey = c.getLong(ProjectionMoveQuery.COLUMN_MESSAGE_KEY); in getMoves()
134 final String serverId = c.getString(ProjectionMoveQuery.COLUMN_SERVER_ID); in getMoves()
135 final long srcFolderKey = c.getLong(ProjectionMoveQuery.COLUMN_SRC_FOLDER_KEY); in getMoves()
136 final long dstFolderKey = c.getLong(ProjectionMoveQuery.COLUMN_DST_FOLDER_KEY); in getMoves()
138 c.getString(ProjectionMoveQuery.COLUMN_SRC_FOLDER_SERVER_ID); in getMoves()
140 c.getString(ProjectionMoveQuery.COLUMN_DST_FOLDER_SERVER_ID); in getMoves()