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

/frameworks/base/core/java/android/provider/
H A DGmail.java315 public static final String LABEL_IDS = "labelIds"; field in class:Gmail.ConversationColumns
343 public static final String LABEL_IDS = "labelIds"; field in class:Gmail.MessageColumns
403 ConversationColumns.LABEL_IDS,
426 MessageColumns.LABEL_IDS,
1888 mLabelIdsIndex = mCursor.getColumnIndexOrThrow(MessageColumns.LABEL_IDS);
2287 mCursor.getColumnIndexOrThrow(ConversationColumns.LABEL_IDS);

Completed in 9 milliseconds