HomeSort by relevance Sort by last modified time
    Searched refs:makeText (Results 76 - 100 of 307) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
SplitTouchView.java 62 Toast toast = Toast.makeText(getApplicationContext(), message, Toast.LENGTH_SHORT);
WindowFocusObserver.java 89 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
  /external/replicaisland/src/com/replica/replicaisland/
SetPreferencesActivity.java 75 Toast.makeText(this, R.string.saved_game_erased_notification,
  /frameworks/base/core/java/android/webkit/
ZoomControlEmbedded.java 48 Toast.makeText(mWebView.getContext(),
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithDisappearingItemBug.java 44 Toast.makeText(this, "Make sure you rotate screen to see bug", Toast.LENGTH_LONG).show();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnableActivity.java 85 Toast.makeText(this, getString(R.string.enabling_progress_content),
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilter.java 54 Toast.makeText(sActivity, "Memory too low for filter " + getName() +
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetClickHandler.java 64 Toast.makeText(this,
  /packages/apps/Mms/src/com/android/mms/util/
DownloadManager.java 196 Toast.makeText(mContext, R.string.service_message_not_found,
213 Toast.makeText(mContext, getMessage(uri),
237 Toast.makeText(mContext, errStr, Toast.LENGTH_LONG).show();
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 66 Toast.makeText(ActivityTestMain.this,
169 Toast.makeText(ActivityTestMain.this, "Failed to bind",
200 Toast.makeText(ActivityTestMain.this,
243 Toast.makeText(ActivityTestMain.this, "Failed to bind",
267 Toast.makeText(ActivityTestMain.this, "Failed to bind",
  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 286 Toast.makeText(SlideEditorActivity.this, R.string.cannot_add_picture_and_video,
482 Toast.makeText(this,
500 Toast.makeText(this, R.string.cannot_add_slide_anymore,
620 Toast.makeText(SlideEditorActivity.this,
633 Toast.makeText(SlideEditorActivity.this,
666 Toast.makeText(SlideEditorActivity.this,
688 Toast.makeText(SlideEditorActivity.this,
708 Toast.makeText(SlideEditorActivity.this,
733 Toast.makeText(SlideEditorActivity.this,
748 Toast.makeText(SlideEditorActivity.this
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 303 Toast.makeText(getActivity(), "Error writing to USB/external storage.",
331 Toast.makeText(getActivity(), "Error writing bitmap data.",
338 Toast.makeText(getActivity(), "Error writing to USB/external storage.",
  /frameworks/base/core/java/android/widget/
Toast.java 237 public static Toast makeText(Context context, CharSequence text, int duration) {
263 public static Toast makeText(Context context, int resId, int duration)
265 return makeText(context, context.getResources().getText(resId), duration);
269 * Update the text in a Toast that was previously created using one of the makeText() methods.
277 * Update the text in a Toast that was previously created using one of the makeText() methods.
282 throw new RuntimeException("This Toast was not created with Toast.makeText()");
286 throw new RuntimeException("This Toast was not created with Toast.makeText()");
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 213 Toast.makeText(mContext, R.string.photoPickerNotFoundText, Toast.LENGTH_LONG).show();
302 Toast.makeText(
313 Toast.makeText(
  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 189 mDevHitToast = Toast.makeText(getActivity(), R.string.show_dev_on,
197 mDevHitToast = Toast.makeText(getActivity(), getResources().getQuantityString(
206 mDevHitToast = Toast.makeText(getActivity(), R.string.show_dev_already,
IccLockSettings.java 359 Toast.makeText(this, mRes.getString(R.string.sim_lock_failed), Toast.LENGTH_SHORT)
368 Toast.makeText(this, mRes.getString(R.string.sim_change_failed),
372 Toast.makeText(this, mRes.getString(R.string.sim_change_succeeded),
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
CreateGestureActivity.java 95 Toast.makeText(this, getString(R.string.save_success, path), Toast.LENGTH_LONG).show();
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 108 Toast.makeText(getApplicationContext(), "Message sent!", Toast.LENGTH_LONG).show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarTabs.java 105 Toast.makeText(ActionBarTabs.this, "Reselected!", Toast.LENGTH_SHORT).show();
FragmentNestingTabs.java 114 Toast.makeText(mActivity, "Reselected!", Toast.LENGTH_SHORT).show();
FragmentTabs.java 114 Toast.makeText(mActivity, "Reselected!", Toast.LENGTH_SHORT).show();
MessengerService.java 133 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PickContact.java 102 mToast = Toast.makeText(this, txt, Toast.LENGTH_LONG);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 422 Toast.makeText(this,
546 Toast.makeText(getApplicationContext(), "Media player error! Resetting.",
557 Toast.makeText(getApplicationContext(), "gained audio focus.", Toast.LENGTH_SHORT).show();
566 Toast.makeText(getApplicationContext(), "lost audio focus." + (canDuck ? "can duck" :
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetProvider.java 54 Toast.makeText(context, "Touched view " + viewIndex, Toast.LENGTH_SHORT).show();

Completed in 2845 milliseconds

1 2 34 5 6 7 8 91011>>