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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
MainActivity.java 60 Toast.makeText(this, "Tapped home", Toast.LENGTH_SHORT).show();
64 Toast.makeText(this, "Fake refreshing...", Toast.LENGTH_SHORT).show();
76 Toast.makeText(this, "Tapped search", Toast.LENGTH_SHORT).show();
80 Toast.makeText(this, "Tapped share", Toast.LENGTH_SHORT).show();
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ToastTest.java 18 Toast toast = Toast.makeText(new Activity(), "short toast",
26 Toast toast = Toast.makeText(new Activity(), "long toast",
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AppUpdateReceiver.java 32 Toast.makeText(context, R.string.app_update_received, Toast.LENGTH_SHORT).show();
OneShotAlarm.java 39 Toast.makeText(context, R.string.one_shot_received, Toast.LENGTH_SHORT).show();
RepeatingAlarm.java 37 Toast.makeText(context, R.string.repeating_received, Toast.LENGTH_SHORT).show();
NotifyWithText.java 31 * @see Toast#makeText(android.content.Context,int,int)
32 * @see Toast#makeText(android.content.Context,java.lang.CharSequence,int)
54 // Note also that we use the version of makeText that takes a
58 Toast.makeText(NotifyWithText.this, R.string.short_notification_text,
70 Toast.makeText(NotifyWithText.this, R.string.long_notification_text,
ActionBarMechanics.java 70 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show();
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
ToastTest.java 89 mToast1 = Toast.makeText(ToastTest.this, text, Toast.LENGTH_SHORT);
97 mToast1 = Toast.makeText(ToastTest.this, "hi 1", Toast.LENGTH_SHORT);
121 mToast2 = Toast.makeText(ToastTest.this, "hi 2", Toast.LENGTH_SHORT);
135 Toast toast = Toast.makeText(ToastTest.this, "LEFT", Toast.LENGTH_SHORT);
144 Toast toast = Toast.makeText(ToastTest.this, "FILL_HORIZONTAL",
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsArticle.java 47 sb.append("<p>").append(ngen.makeText(SENTENCES_PER_PARAGRAPH)).append("</p>");
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ServiceUserTarget.java 32 Toast.makeText(this,
SingleUserService.java 32 Toast.makeText(this,
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 119 mToast = Toast.makeText(mActivity, TEST_TOAST_TEXT, Toast.LENGTH_LONG);
157 mToast = Toast.makeText(mActivity, TEST_TOAST_TEXT, Toast.LENGTH_LONG);
180 mToast = Toast.makeText(mActivity, TEST_TOAST_TEXT, Toast.LENGTH_LONG);
204 mToast = Toast.makeText(mActivity, TEST_TOAST_TEXT, Toast.LENGTH_LONG);
235 mToast = Toast.makeText(mActivity, TEST_TOAST_TEXT, Toast.LENGTH_SHORT);
294 mToast = Toast.makeText(mActivity, TEST_TOAST_TEXT, Toast.LENGTH_SHORT);
360 mToast = Toast.makeText(mActivity, "android", Toast.LENGTH_SHORT);
366 mToast = Toast.makeText(mActivity, "cts", Toast.LENGTH_LONG);
372 mToast = Toast.makeText(mActivity, null, Toast.LENGTH_LONG);
379 mToast = Toast.makeText(null, "test", Toast.LENGTH_LONG)
    [all...]
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java 108 Toast.makeText(
126 Toast.makeText(
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
WiFiDirectActivity.java 142 Toast.makeText(WiFiDirectActivity.this, R.string.p2p_off_warning,
153 Toast.makeText(WiFiDirectActivity.this, "Discovery Initiated",
159 Toast.makeText(WiFiDirectActivity.this, "Discovery Failed : " + reasonCode,
188 Toast.makeText(WiFiDirectActivity.this, "Connect failed. Retry.",
219 Toast.makeText(this, "Channel lost. Trying again", Toast.LENGTH_LONG).show();
224 Toast.makeText(this,
251 Toast.makeText(WiFiDirectActivity.this, "Aborting connection",
257 Toast.makeText(WiFiDirectActivity.this,
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 55 Toast.makeText(context, R.string.logging_enabled, Toast.LENGTH_LONG).show();
61 Toast.makeText(context, R.string.logging_disabled, Toast.LENGTH_LONG).show();
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarFragmentMenu.java 147 Toast.makeText(getActivity(), "Selected Menu 1a.", Toast.LENGTH_SHORT).show();
151 Toast.makeText(getActivity(), "Selected Menu 1b.", Toast.LENGTH_SHORT).show();
187 Toast.makeText(getActivity(), "Selected Menu 2.", Toast.LENGTH_SHORT).show();
207 Toast.makeText(getActivity(), "Created nested fragment's menu.",
215 Toast.makeText(getActivity(), "Destroyed nested fragment's menu.",
222 Toast.makeText(getActivity(), "Prepared nested fragment's menu.",
230 Toast.makeText(getActivity(), "Selected nested fragment's menu item.",
ActionBarMechanics.java 70 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show();
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 103 Toast.makeText(VideoEditorBaseActivity.this, R.string.editor_create_error,
152 Toast.makeText(VideoEditorBaseActivity.this, R.string.editor_aspect_ratio_error,
173 Toast.makeText(VideoEditorBaseActivity.this, R.string.editor_apply_theme_error,
256 Toast.makeText(VideoEditorBaseActivity.this, R.string.editor_export_error,
269 Toast.makeText(VideoEditorBaseActivity.this, R.string.editor_saved_error,
277 Toast.makeText(VideoEditorBaseActivity.this, R.string.editor_release_error,
285 Toast.makeText(VideoEditorBaseActivity.this, R.string.editor_delete_error,
302 Toast.makeText(VideoEditorBaseActivity.this,
305 Toast.makeText(VideoEditorBaseActivity.this, R.string.editor_add_image_error,
333 Toast.makeText(VideoEditorBaseActivity.this, R.string.editor_media_load_error
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowToast.java 30 public static Toast makeText(Context context, int resId, int duration) {
31 return makeText(context, context.getResources().getString(resId), duration);
35 public static Toast makeText(Context context, CharSequence text, int duration) {
  /packages/apps/Settings/src/com/android/settings/
SetFullBackupPassword.java 49 Toast.makeText(SetFullBackupPassword.this,
60 Toast.makeText(SetFullBackupPassword.this,
67 Toast.makeText(SetFullBackupPassword.this,
  /development/samples/ApiDemos/src/com/example/android/apis/view/
PopupMenu1.java 45 Toast.makeText(PopupMenu1.this, "Clicked popup menu item " + item.getTitle(),
Switches.java 45 Toast.makeText(this, "Monitored switch is " + (isChecked ? "on" : "off"),
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ClipboardUtils.java 49 Toast.makeText(context, toastText, Toast.LENGTH_SHORT).show();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
ClearUserDictionaryDialogPreferenceEN.java 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
ClearLearnDictionaryDialogPreferenceJAJP.java 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_learning_dictionary_done,

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011>>