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

12 3 4 5 6 7 8 91011>>

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
ClearUserDictionaryDialogPreferenceJAJP.java 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListActivity.java 71 Toast.makeText(this, R.string.test_results_cleared, Toast.LENGTH_SHORT).show();
81 Toast.makeText(this, R.string.test_results_error, Toast.LENGTH_SHORT).show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
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,
FragmentContextMenu.java 69 Toast.makeText(getActivity(), "Item 1a was chosen", Toast.LENGTH_SHORT).show();
72 Toast.makeText(getActivity(), "Item 1b was chosen", Toast.LENGTH_SHORT).show();
AlarmController.java 108 mToast = Toast.makeText(AlarmController.this, R.string.one_shot_scheduled,
140 mToast = Toast.makeText(AlarmController.this, R.string.repeating_scheduled,
162 mToast = Toast.makeText(AlarmController.this, R.string.repeating_unscheduled,
MenuInflateFromXml.java 145 Toast.makeText(this, "Jump up in the air!", Toast.LENGTH_SHORT).show();
150 Toast.makeText(this, "Dive into the water!", Toast.LENGTH_SHORT).show();
171 Toast.makeText(this, item.getTitle(), Toast.LENGTH_SHORT).show();
LocalServiceActivities.java 106 Toast.makeText(Binding.this, R.string.local_service_connected,
116 Toast.makeText(Binding.this, R.string.local_service_disconnected,
RemoteService.java 88 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
140 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show();
323 Toast.makeText(Binding.this, R.string.remote_service_connected,
335 Toast.makeText(Binding.this, R.string.remote_service_disconnected,
419 Toast.makeText(Binding.this,
492 Toast.makeText(BindingOptions.this, R.string.remote_service_connected,
501 Toast.makeText(BindingOptions.this, R.string.remote_service_disconnected,
506 Toast.makeText(BindingOptions.this, R.string.remote_service_unbind_disconn,
ActionBarSettingsActionProviderActivity.java 59 Toast.makeText(this, R.string.action_bar_settings_action_provider_no_handling,
LocalService.java 85 Toast.makeText(this, R.string.local_service_stopped, Toast.LENGTH_SHORT).show();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
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(),
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarUsage.java 68 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show();
94 Toast.makeText(ActionBarUsage.this,
  /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();
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 83 Toast.makeText(mContext, R.string.start_activity_failed_message,
177 Toast.makeText(this, R.string.object_saved_message, Toast.LENGTH_SHORT).show();
182 Toast.makeText(this, R.string.save_failed_message, Toast.LENGTH_SHORT).show();
188 Toast.makeText(this, R.string.object_deleted_message, Toast.LENGTH_SHORT).show();
191 Toast.makeText(this, R.string.delete_failed_message, Toast.LENGTH_SHORT).show();
  /packages/apps/Mms/apptests/src/com/android/mms/tests/
SmsSendIntentTestActivity.java 113 Toast.makeText(SmsSendIntentTestActivity.this, "Please enter a message recipient.",
119 Toast.makeText(SmsSendIntentTestActivity.this, "Please enter a message body.",
124 Toast.makeText(SmsSendIntentTestActivity.this, "You have five seconds to lock the screen.",
143 Toast.makeText(SmsSendIntentTestActivity.this, "Please enter a message recipient.",
149 Toast.makeText(SmsSendIntentTestActivity.this, "Please enter a message body.",
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessClientActivity.java 143 Toast.makeText(this, R.string.bt_connecting, Toast.LENGTH_SHORT).show();
148 Toast.makeText(this, R.string.bt_connected, Toast.LENGTH_SHORT).show();
163 Toast.makeText(this, toast, Toast.LENGTH_SHORT).show();
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoMainActivity.java 41 Toast.makeText(parent.getContext(), "Set EGLConfig " +
65 Toast.makeText(parent.getContext(), "Set Logging " +
128 Toast.makeText(this, message, Toast.LENGTH_LONG).show();
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFileList.java 66 Toast.makeText(this, R.string.sdcard_not_present,
105 Toast.makeText(this, R.string.sdcard_not_present,
117 Toast.makeText(this, R.string.no_cert_file_found,
  /packages/apps/Phone/tests/src/com/android/phone/tests/
CallDialTest.java 140 Toast.makeText(this, "Starting activity...", Toast.LENGTH_SHORT).show();
143 Toast.makeText(this, e.toString(), Toast.LENGTH_LONG).show();
146 Toast.makeText(this, e.toString(), Toast.LENGTH_LONG).show();
  /developers/samples/android/ui/holo/BorderlessButtons/src/com/example/android/borderlessbuttons/
MainActivity.java 92 Toast.makeText(MainActivity.this,
102 Toast.makeText(MainActivity.this,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MuteVideo.java 66 Toast.makeText(mActivity, mActivity.getString(R.string.video_mute_err),
73 Toast.makeText(mActivity.getApplicationContext(),
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 62 .makeText(
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
AdvancedPreferences.java 89 Toast.makeText(this, "Thanks! You increased my count to "

Completed in 470 milliseconds

12 3 4 5 6 7 8 91011>>