Searched refs:itemId (Results 1 - 25 of 51) sorted by relevance

123

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSelectedConversationsActionMenu.java121 final int itemId = item.getItemId();
123 Analytics.getInstance().sendMenuItemEvent(Analytics.EVENT_CATEGORY_MENU_ITEM, itemId,
126 if (itemId == R.id.delete) {
129 } else if (itemId == R.id.discard_drafts) {
131 } else if (itemId == R.id.archive) {
134 } else if (itemId == R.id.remove_folder) {
138 } else if (itemId == R.id.mute) {
140 } else if (itemId == R.id.report_spam) {
143 } else if (itemId == R.id.mark_not_spam) {
148 } else if (itemId
[all...]
H A DEmlViewerActivity.java133 final int itemId = item.getItemId();
134 if (itemId == android.R.id.home) {
137 } else if (itemId == R.id.settings) {
139 } else if (itemId == R.id.help_info_menu_item) {
141 } else if (itemId == R.id.feedback_menu_item) {
/packages/apps/Exchange/src/com/android/exchange/
H A DCommandStatusException.java142 public CommandStatusException(int status, String itemId) { argument
144 mItemId = itemId;
H A DEasOutboxService.java235 OriginalMessageInfo(long refId, String itemId, String collectionId) { argument
237 mItemId = itemId;
262 // Note: itemId and collectionId are the terms used by EAS to refer to the serverId and
264 String itemId = null;
279 itemId = cols[0];
289 // We need either a longId or both itemId (serverId) and collectionId (mailboxId) to process
291 if (itemId != null && collectionId != null){
292 return new OriginalMessageInfo(refId, itemId, collectionId);
424 // In EAS 14, we don't send itemId and collectionId in the command
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteFragment.java445 final long itemId = mAdapter.getItemId(position);
453 Log.d(TAG, "Saving itemId: " + itemId + " for listview child " + i + " Top: "
456 mItemIdTopMap.put(itemId, child.getTop());
466 final long itemId = mContactTileAdapter.getAdjustedItemId(entry.id);
468 Log.d(TAG, "Saving itemId: " + itemId + " for tileview child " + i + " Left: "
471 mItemIdLeftMap.put(itemId, child.getLeft());
488 final long itemId = mContactTileAdapter.getAdjustedItemId(entry.id);
490 if (containsId(idsInPlace, itemId)) {
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
H A DMailPhotoViewActivity.java193 final int itemId = item.getItemId();
194 if (itemId == android.R.id.home) {
198 } else if (itemId == R.id.menu_save) { // save the current photo
201 } else if (itemId == R.id.menu_save_all) { // save all of the photos
204 } else if (itemId == R.id.menu_share) { // share the current photo
207 } else if (itemId == R.id.menu_share_all) { // share all of the photos
210 } else if (itemId == R.id.menu_download_again) { // redownload the current photo
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorCrop.java117 private void changeCropAspect(int itemId) { argument
118 AspectInfo info = sAspects.get(itemId);
120 throw new IllegalArgumentException("Invalid resource ID: " + itemId);
122 if (itemId == R.id.crop_menu_original) {
124 } else if (itemId == R.id.crop_menu_none) {
/packages/services/Telephony/src/com/android/phone/
H A DGsmUmtsAdditionalCallOptions.java88 final int itemId = item.getItemId();
89 if (itemId == android.R.id.home) { // See ActionBar#setDisplayHomeAsUpEnabled()
H A DGsmUmtsCallForwardOptions.java174 final int itemId = item.getItemId();
175 if (itemId == android.R.id.home) { // See ActionBar#setDisplayHomeAsUpEnabled()
H A DRespondViaSmsManager.java168 final int itemId = item.getItemId();
169 switch (itemId) {
H A DFdnSetting.java481 final int itemId = item.getItemId();
482 if (itemId == android.R.id.home) { // See ActionBar#setDisplayHomeAsUpEnabled()
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasOutboxSyncHandler.java118 private SmartSendInfo(final String itemId, final String collectionId, final boolean isReply, argument
120 mItemId = itemId;
193 // Note: itemId and collectionId are the terms used by EAS to refer to the serverId and
195 String itemId = null;
210 itemId = cols[0];
220 // We need either a longId or both itemId (serverId) and collectionId (mailboxId) to
222 if (itemId != null && collectionId != null) {
246 return new SmartSendInfo(itemId, collectionId, reply, requiredAtts);
434 // In EAS 14, we don't send itemId and collectionId in the command
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DFramedTextButton.java61 public void setTextFrom(int itemId) { argument
62 switch (itemId) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DMailActionBarView.java468 final int itemId = menuItem.getItemId();
472 if (itemId == R.id.archive || itemId == R.id.remove_folder) {
474 } else if (itemId == R.id.delete || itemId == R.id.discard_drafts) {
483 final int itemId = menuItem.getItemId();
487 if (itemId == R.id.archive || itemId == R.id.remove_folder) {
511 } else if (itemId == R.id.delete || itemId
[all...]
H A DAbstractConversationViewFragment.java322 final int itemId = item.getItemId();
323 if (itemId == R.id.inside_conversation_unread) {
326 } else if (itemId == R.id.show_original) {
H A DAnimatedAdapter.java889 public void clearLeaveBehind(long itemId) { argument
890 if (hasLeaveBehinds() && mLeaveBehindItems.containsKey(itemId)) {
891 mLeaveBehindItems.remove(itemId);
893 mFadeLeaveBehindItems.remove(itemId);
897 if (mLastLeaveBehind == itemId) {
/packages/apps/Calendar/src/com/android/calendar/
H A DSearchActivity.java278 final int itemId = item.getItemId();
279 if (itemId == R.id.action_today) {
284 } else if (itemId == R.id.action_search) {
286 } else if (itemId == R.id.action_settings) {
289 } else if (itemId == android.R.id.home) {
H A DAllInOneActivity.java757 final int itemId = item.getItemId();
758 if (itemId == R.id.action_refresh) {
761 } else if (itemId == R.id.action_today) {
766 } else if (itemId == R.id.action_create_event) {
778 } else if (itemId == R.id.action_select_visible_calendars) {
782 } else if (itemId == R.id.action_settings) {
785 } else if (itemId == R.id.action_hide_controls) {
802 } else if (itemId == R.id.action_search) {
1274 public boolean onNavigationItemSelected(int itemPosition, long itemId) { argument
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DHomeXLarge.java113 public boolean onNavigationItemSelected(int itemPosition, long itemId) { argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPhoneNumberPickerFragment.java166 final int itemId = item.getItemId();
167 if (itemId == android.R.id.home) { // See ActionBar#setDisplayHomeAsUpEnabled()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSelectionManager.java107 public boolean isItemSelected(Path itemId) { argument
108 return mInverseSelection ^ mClickedSet.contains(itemId);
H A DActionModeHandler.java196 public boolean onPopupItemClick(int itemId) { argument
200 if (itemId == R.id.action_select_all) {
202 mMenuExecutor.onMenuClicked(itemId, null, false, true);
/packages/apps/Stk/src/com/android/stk/
H A DStkMenuActivity.java324 private void sendResponse(int resId, int itemId, boolean help) { argument
328 args.putInt(StkAppService.MENU_SELECTION, itemId);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCurves.java417 public void setChannel(int itemId) { argument
418 switch (itemId) {
/packages/services/Telephony/src/com/android/phone/sip/
H A DSipSettings.java501 final int itemId = item.getItemId();
502 switch (itemId) {

Completed in 2354 milliseconds

123