Searched refs:show (Results 201 - 225 of 271) sorted by relevance

1234567891011

/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java171 mDialog.show();
/packages/apps/Browser/src/com/android/browser/
H A DBaseUi.java224 mStopToast.show();
453 mTitleBar.show();
684 // Setting the show state of the console will cause it's the layout
732 warning.show();
H A DController.java199 * determining whether to show or hide the title bar overlay
758 protected void setShouldShowErrorConsole(boolean show) { argument
759 if (show == mShouldShowErrorConsole) {
763 mShouldShowErrorConsole = show;
769 mUi.setShouldShowErrorConsole(t, show);
1039 // Update the title bar to show the auto-login request.
1269 "We should not show context menu when nothing is touched");
1347 // decide whether to show the open link in new tab option
1498 // decide whether to show the share link option
1635 Toast.LENGTH_SHORT).show();
[all...]
/packages/apps/Browser/src/com/android/browser/preferences/
H A DWebsiteSettingsFragment.java600 .show();
618 .show();
699 .show();
/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DDialpadFragment.java279 // Check whether we should show the onscreen "Dial" button.
374 // Be sure *not* to show the dialpad chooser if this is an
411 * the screen to enter "Add Call" mode, this method will show correct UI for the mode.
519 // Potentially show hint text in the mDigits field when the user
601 // We show "add to contacts", "2sec pause", and "add wait" menus only when the user is
603 // We never show a menu if the "choose dialpad" UI is up.
615 // Check out whether to show Pause & Wait option menu items
771 popup.show();
810 dialogFragment.show(getFragmentManager(), "voicemail_not_ready");
821 // Right now EditText does not show th
[all...]
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DSoundRecorder.java588 .show();
632 .show();
860 .show();
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDownloadList.java162 // just show it empty
423 * Show the correct ListView and hide the other, or hide both and show the empty view.
521 Toast.makeText(this, R.string.download_no_application_title, Toast.LENGTH_LONG).show();
551 .show();
623 .show();
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java517 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
531 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
589 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
797 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
1133 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
/packages/apps/Email/src/com/android/email/activity/
H A DMessageCompose.java532 * dynamically show and hide:
1385 // Don't show the toast when rotating, or when opening an Activity on top of this one.
1396 Toast.makeText(mContext, R.string.message_saved_toast, Toast.LENGTH_LONG).show();
1442 // Don't show an error message if we're using chips as the chips have
1456 Toast.LENGTH_LONG).show();
1462 Toast.LENGTH_LONG).show();
1476 .show(getFragmentManager(), null);
1490 DeleteMessageConfirmationDialog.newInstance(1, null).show(getFragmentManager(), "dialog");
1597 .show();
/packages/apps/Phone/src/com/android/phone/
H A DOtaUtils.java94 // boolean voiceless provisioning extra that enables a "don't show this again" checkbox
763 if (DBG) log("otaShowActivateScreen(): show activation screen");
774 if (DBG) log("otaShowActivateScreen(): show home screen");
794 if (DBG) log("otaShowListeningScreen(): show listening screen");
808 if (DBG) log("otaShowListeningScreen(): show progress screen");
825 // We're not using the InCallScreen to show OTA progress.
961 if (DBG) log("otaShowProgramFailure(): show failure notice");
964 if (DBG) log("otaShowProgramFailure(): show failure dialog");
986 if (DBG) log("otaShowSuccessFailure(), show success dialog");
989 if (DBG) log("otaShowSuccessFailure(), show failur
[all...]
H A DDTMFTwelveKeyDialer.java615 // be "show" and "hide".
637 CallCard.Fade.show(mDialerView);
H A DSimContacts.java289 // TODO: need to show some error dialog.
302 mProgressDialog.show();
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactLoaderFragment.java313 Toast.makeText(mContext, R.string.share_error, Toast.LENGTH_SHORT).show();
367 // Don't show 'Silent'
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactEditorView.java456 popupMenu.show();
H A DRawContactReadOnlyEditorView.java203 Toast.LENGTH_SHORT).show();
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOptions.java313 .show();
/packages/apps/KeyChain/src/com/android/keychain/
H A DKeyChainActivity.java263 dialog.show();
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowEditActivity.java314 Toast.LENGTH_SHORT).show();
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipSettings.java372 .show();
/packages/apps/Settings/src/com/android/settings/
H A DSecuritySettings.java222 .show();
H A DUserDictionarySettings.java271 mDialogFragment.show(getActivity().getFragmentManager(), Integer.toString(dialogId));
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypeEnabler.java187 mDialog.show();
/packages/apps/Settings/src/com/android/settings/tts/
H A DTextToSpeechSettings.java363 dialog.show();
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java204 // Only show title on large screens (width >= 1000 dip).
1034 Toast.LENGTH_LONG).show();
1057 Toast.LENGTH_LONG).show();
1645 mExportProgressDialog.show();
1911 Toast.LENGTH_LONG).show();
/packages/apps/Contacts/src/com/android/contacts/
H A DCallDetailActivity.java123 /** Whether we should show "edit number before call" in the options menu. */
125 /** Whether we should show "trash" in the options menu. */
127 /** Whether we should show "remove from call log" in the options menu. */
135 /** Used to show a blank view and hide the action bar. */
144 /** Used to remove the blank view and show the action bar. */
150 getActionBar().show();
305 * Returns the list of URIs to show.
373 // Somewhere went wrong: we're going to bail out and show error to users.
375 Toast.LENGTH_SHORT).show();
476 // Only show
[all...]

Completed in 2362 milliseconds

1234567891011