HomeSort by relevance Sort by last modified time
    Searched refs:showToast (Results 1 - 20 of 20) 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/Gallery2/src/com/android/gallery3d/data/
MtpContext.java 85 showToast(R.string.camera_connected);
90 showToast(R.string.camera_disconnected);
97 private void showToast(final int msg) {
  /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 336 Utility.showToast(context, R.string.toast_account_not_found);
MessageViewFragment.java 373 Utility.showToast(getActivity(), toastResId);
MessageCompose.java     [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) {
  /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/Email/src/com/android/email/widget/
WidgetConfiguration.java 111 Utility.showToast(this, R.string.widget_no_accounts);
  /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/Music/src/com/android/music/
MediaPlaybackActivity.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java 340 showToast();
347 private void showToast() {
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 521 public static void showToast(Context context, int resId) {
522 showToast(context, context.getResources().getString(resId));
531 public static void showToast(final Context context, final String message) {
    [all...]

Completed in 2698 milliseconds