HomeSort by relevance Sort by last modified time
    Searched refs:showToast (Results 1 - 23 of 23) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Spinner1.java 35 void showToast(CharSequence msg) {
53 showToast("Spinner1: position=" + position + " id=" + id);
57 showToast("Spinner1: unselected");
70 showToast("Spinner2: position=" + position + " id=" + id);
74 showToast("Spinner2: unselected");
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ClipboardUtils.java 36 * @param showToast If {@code true}, a toast is shown to the user.
39 boolean showToast) {
47 if (showToast) {
  /packages/apps/Email/src/com/android/email/activity/
ActivityHelper.java 97 Utility.showToast(context,
114 Utility.showToast(context, message);
MessageFileViewFragment.java 118 Utility.showToast(activity, R.string.message_view_parse_message_toast);
122 Utility.showToast(activity, R.string.message_view_display_attachment_toast);
MessageList.java 55 Utility.showToast(me, R.string.toast_account_not_found);
MoveMessageToDialog.java 292 Utility.showToast(
300 Utility.showToast(mActivity, R.string.cannot_move_special_mailboxes_toast);
308 Utility.showToast(mActivity, R.string.cannot_move_multiple_accounts_toast);
MessageViewFragmentBase.java 754 Utility.showToast(getActivity(), R.string.message_view_status_attachment_not_saved);
765 Utility.showToast(getActivity(), String.format(
769 Utility.showToast(getActivity(), R.string.message_view_status_attachment_not_saved);
826 Utility.showToast(getActivity(), R.string.message_view_status_attachment_not_saved);
833 Utility.showToast(
843 Utility.showToast(getActivity(), R.string.message_view_display_attachment_toast);
    [all...]
Welcome.java 338 Utility.showToast(context, R.string.toast_account_not_found);
MessageViewFragment.java 371 Utility.showToast(getActivity(), toastResId);
MessageCompose.java 374 Utility.showToast(this, R.string.widget_no_accounts);
    [all...]
UIControllerBase.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
UsbAccessoryTestActivity.java 256 showToast(R.string.usb_message_thread_started);
260 showToast(R.string.usb_message_thread_exception);
264 showToast(R.string.usb_message_thread_ended);
268 showToast(R.string.usb_test_passed);
277 private void showToast(int messageId) {
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoMainActivity.java 109 showToast(listDemos.get(position).getName());
127 private void showToast(String message) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 189 showToast("Error code:" + getResultCode());
198 showToast("No extra");
226 private void showToast(String text) {
DeviceAdminSample.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
Bookmarks.java 69 /* package */ static void addBookmark(Context context, boolean showToast, String url,
85 if (showToast) {
  /packages/apps/Email/src/com/android/email/widget/
WidgetConfiguration.java 118 Utility.showToast(this, res);
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java 337 showToast();
347 private void showToast() {
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 196 public void showToast(String text) {
197 showToast(text, false);
200 public void showToast(String text, boolean important) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 520 public static void showToast(Context context, int resId) {
521 showToast(context, context.getResources().getString(resId));
530 public static void showToast(final Context context, final String message) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 723 mImageShow.showToast("Undo");
732 mImageShow.showToast("Redo");
    [all...]

Completed in 3640 milliseconds