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

1 2 3 4 5 6 7 8 910

  /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();
  /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();
ActionBarUsage.java 68 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show();
90 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
AlarmService.java 72 Toast.makeText(AlarmService.this, R.string.repeating_scheduled,
84 Toast.makeText(AlarmService.this, R.string.repeating_unscheduled,
  /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>");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListActivity.java 70 Toast.makeText(this, R.string.test_results_cleared, Toast.LENGTH_SHORT).show();
80 Toast.makeText(this, R.string.test_results_error, Toast.LENGTH_SHORT).show();
  /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();
  /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...]
  /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/media/
VideoViewDemo.java 43 Toast.makeText(
  /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"),
List15.java 67 Toast.makeText(List15.this, "Shared " + getListView().getCheckedItemCount() +
72 Toast.makeText(List15.this, "Clicked " + item.getTitle(),
List16.java 68 Toast.makeText(List16.this, "Shared " + getListView().getCheckedItemCount() +
73 Toast.makeText(List16.this, "Clicked " + item.getTitle(),
  /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,
ClearUserDictionaryDialogPreferenceJAJP.java 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done,
  /development/samples/ApiDemos/src/com/example/android/apis/content/
InstallApk.java 78 Toast.makeText(this, "Install succeeded!", Toast.LENGTH_SHORT).show();
80 Toast.makeText(this, "Install canceled!", Toast.LENGTH_SHORT).show();
82 Toast.makeText(this, "Install Failed!", Toast.LENGTH_SHORT).show();
86 Toast.makeText(this, "Uninstall succeeded!", Toast.LENGTH_SHORT).show();
88 Toast.makeText(this, "Uninstall canceled!", Toast.LENGTH_SHORT).show();
90 Toast.makeText(this, "Uninstall Failed!", Toast.LENGTH_SHORT).show();

Completed in 1179 milliseconds

1 2 3 4 5 6 7 8 910