Home | History | Annotate | Download | only in analytics

Lines Matching refs:id

25     public static String getMenuItemString(int id) {
27 if (id == R.id.archive) {
29 } else if (id == R.id.remove_folder) {
31 } else if (id == R.id.delete) {
33 } else if (id == R.id.discard_drafts) {
35 } else if (id == R.id.discard_outbox) {
37 } else if (id == R.id.mark_important) {
39 } else if (id == R.id.mark_not_important) {
41 } else if (id == R.id.mute) {
43 } else if (id == R.id.report_phishing) {
45 } else if (id == R.id.report_spam) {
47 } else if (id == R.id.mark_not_spam) {
49 } else if (id == R.id.compose) {
51 } else if (id == R.id.refresh) {
53 } else if (id == R.id.toggle_drawer) {
55 } else if (id == R.id.settings) {
57 } else if (id == R.id.help_info_menu_item) {
59 } else if (id == R.id.feedback_menu_item) {
61 } else if (id == R.id.move_to) {
63 } else if (id == R.id.change_folders) {
65 } else if (id == R.id.move_to_inbox) {
67 } else if (id == R.id.empty_trash) {
69 } else if (id == R.id.empty_spam) {
71 } else if (id == android.R.id.home) {
73 } else if (id == R.id.inside_conversation_unread) {
75 } else if (id == R.id.read) {
77 } else if (id == R.id.unread) {
79 } else if (id == R.id.toggle_read_unread) {
81 } else if (id == R.id.show_original) {
83 } else if (id == R.id.add_file_attachment) {
85 } else if (id == R.id.add_photo_attachment) {
87 } else if (id == R.id.add_cc_bcc) {
89 } else if (id == R.id.save) {
91 } else if (id == R.id.send) {
93 } else if (id == R.id.discard) {
95 } else if (id == R.id.search) {
97 } else if (id == R.id.print_all) {
99 } else if (id == R.id.print_message) {
101 } else if (id == R.id.star) {
103 } else if (id == R.id.remove_star) {
105 } else if (id == R.id.reply) {
107 } else if (id == R.id.reply_all) {
109 } else if (id == R.id.forward) {
111 } else if (id == R.id.edit_draft) {
113 } else if (id == R.id.send_date) {
115 } else if (id == R.id.details_expanded_content || id == R.id.hide_details) {
117 } else if (id == R.id.upper_header) {
119 } else if (id == R.id.download_again || id == R.id.menu_download_again) {
121 } else if (id == R.id.menu_save) {
123 } else if (id == R.id.menu_save_all) {
125 } else if (id == R.id.menu_share) {
127 } else if (id == R.id.menu_share_all) {
129 } else if (id == R.id.show_pictures_text) {