Searched refs:COMMAND_GET_RAW_FOLDERS (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java548 ConversationCursorCommand.COMMAND_GET_RAW_FOLDERS, true);
594 if (response.containsKey(ConversationCursorCommand.COMMAND_GET_RAW_FOLDERS)) {
595 fl = response.getParcelable(ConversationCursorCommand.COMMAND_GET_RAW_FOLDERS);
H A DUIProvider.java1213 * {@link ConversationCursorCommand#COMMAND_GET_RAW_FOLDERS} instead.
1355 * {@link #COMMAND_GET_RAW_FOLDERS} key in its response with a
1358 public static final String COMMAND_GET_RAW_FOLDERS = ConversationColumns.RAW_FOLDERS; field in class:UIProvider.ConversationCursorCommand
/packages/apps/Email/src/com/android/email/provider/
H A DEmailConversationCursor.java160 UIProvider.ConversationCursorCommand.COMMAND_GET_RAW_FOLDERS;
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
H A DMockUiProvider.java225 ConversationCursorCommand.COMMAND_GET_RAW_FOLDERS, folderList);

Completed in 111 milliseconds