Searched refs:COLUMN_MESSAGE_KEY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMessageMove.java50 public static final int COLUMN_MESSAGE_KEY = 1; field in interface:MessageMove.ProjectionMoveQuery
133 final long messageKey = c.getLong(ProjectionMoveQuery.COLUMN_MESSAGE_KEY);
H A DMessageStateChange.java48 public static final int COLUMN_MESSAGE_KEY = 1; field in interface:MessageStateChange.ProjectionChangeQuery
126 final long messageKey = c.getLong(ProjectionChangeQuery.COLUMN_MESSAGE_KEY);

Completed in 64 milliseconds