Searched refs:show (Results 276 - 300 of 423) sorted by relevance

<<11121314151617

/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmFavoriteActivity.java419 // home key pressed, show notification
494 Toast.LENGTH_SHORT).show();
507 Toast.makeText(mContext, text, Toast.LENGTH_SHORT).show();
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallCardPresenter.java247 // Hide/show the contact photo based on the video state.
248 // If the primary call is a video call on hold, still show the contact photo.
307 * Only show the conference call button if we can manage the conference.
378 // no need to start search for conference calls which show generic info.
527 true /* show */,
538 true /* show */,
657 // If the name is empty, we use the number for the name...so dont show a second
731 void setSecondary(boolean show, String name, boolean nameIsNumber, String label, argument
736 void setPrimaryCallElapsedTime(boolean show, long duration); argument
H A DVideoCallPresenter.java595 void showVideoUi(boolean show); argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java368 Toast.makeText(activity, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
370 Toast.makeText(activity, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
/packages/apps/Mms/src/com/android/mms/transaction/
H A DSmsReceiverService.java350 Toast.LENGTH_SHORT).show();
358 Toast.LENGTH_SHORT).show();
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSettings.java74 /* Private intent to show the list of received files */
201 // If the user is not allowed to configure bluetooth, do not show the menu.
229 new BluetoothNameDialogFragment().show(
467 dialog.show();
/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationSettings.java428 final boolean show = val == R.string.lock_screen_notifications_summary_show;
430 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, show ? 1 : 0);
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
H A DWifiP2pSettings.java205 Toast.LENGTH_LONG).show();
404 Toast.LENGTH_SHORT).show();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSelectedConversationsActionMenu.java191 Toast.LENGTH_LONG).show();
206 dialog.show(mActivity.getFragmentManager(), null);
289 // No need to show the dialog, just make a destructive action and destroy the
408 // We only ever show one of:
474 // We only want to show the discard drafts menu item if we are not showing the delete menu
/packages/apps/Browser/src/com/android/browser/
H A DBookmarkUtils.java260 .show();
H A DNavScreen.java87 popup.show();
H A DNavigationBarPhone.java186 mPopupMenu.show();
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncAdapter.java207 mColorPickerDialog.show(mFragmentManager, COLOR_PICKER_DIALOG_TAG);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java167 public void show() { method in class:FilmstripLayout
263 // run the same view show/hides and animations
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java182 Toast.makeText(this, R.string.missing_app, Toast.LENGTH_SHORT).show();
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java291 mDialog.show();
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DNotificationImportExportListener.java64 Toast.makeText(mContext, text, Toast.LENGTH_LONG).show();
82 // We just want to show notification for the first vCard.
85 // show "started" when we can import right now and show "will start" when
141 // TODO: a little unkind to show Toast in this case, which is shown just a moment.
142 // Ideally we should show some persistent something users can notice more easily.
196 * @param totalCount The number of vCard entries to be imported. Used to show progress bar.
197 * -1 lets the system show the progress bar with "indeterminate" state.
198 * @param currentCount The index of current vCard. Used to show progress bar.
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAbstractGalleryActivity.java180 mAlertDialog = builder.show();
H A DPhotoPage.java800 // Action Bar show/hide management
807 mActionBar.show();
988 // We only show cluster menu in the first AlbumPage in stack
1122 mDetailsHelper.show();
1232 Toast.LENGTH_SHORT).show();
1247 // to start a new activity state to show the new image
1279 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocationClustering.java145 Toast.LENGTH_LONG).show();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorDraw.java195 popupMenu.show();
/packages/apps/Mms/src/com/android/mms/ui/
H A DManageSimMessages.java351 builder.show();
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallAppProgress.java109 Toast.makeText(ctx, statusText, Toast.LENGTH_LONG).show();
/packages/apps/Settings/src/com/android/settings/
H A DDateTimeSettingsSetupWizard.java293 mTimeZonePopup.show();
H A DPrivacySettings.java173 .show();

Completed in 752 milliseconds

<<11121314151617