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

1 23 4 5 6 7 8 91011>>

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicIntentReceiver.java 36 Toast.makeText(context, "Headphones disconnected.", Toast.LENGTH_SHORT).show();
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
SimpleWakefulController.java 70 mToast = Toast.makeText(SimpleWakefulController.this, R.string.simple_wakeful_scheduled,
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarSettingsActionProviderActivity.java 51 Toast.makeText(this, R.string.action_bar_settings_action_provider_no_handling,
  /development/samples/training/notify-user/src/com/example/android/pingme/
MainActivity.java 52 Toast.makeText(this, R.string.timer_start, Toast.LENGTH_SHORT).show();
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmUtils.java 45 Toast toast = Toast.makeText(context, toastText, Toast.LENGTH_LONG);
  /packages/apps/Phone/src/com/android/phone/
FakePhoneActivity.java 70 Toast.makeText(FakePhoneActivity.this, "null mRadioControl!",
  /packages/apps/Phone/tests/src/com/android/phone/tests/
SendInstantTextTestService.java 61 Toast.makeText(this, toastText, Toast.LENGTH_LONG).show();
  /packages/screensavers/WebView/src/com/android/dreams/web/
SetURL.java 54 Toast.makeText(this, "WebView dream URL set to: " + url, Toast.LENGTH_SHORT).show();
SetURLInteractive.java 54 Toast.makeText(this, "WebView dream URL set to: " + url, Toast.LENGTH_SHORT).show();
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java 201 Toast.makeText(SampleMediaRouterActivity.this,
209 Toast.makeText(SampleMediaRouterActivity.this,
219 Toast.makeText(SampleMediaRouterActivity.this,
235 Toast.makeText(SampleMediaRouterActivity.this,
239 Toast.makeText(SampleMediaRouterActivity.this,
248 Toast.makeText(SampleMediaRouterActivity.this,
258 Toast.makeText(SampleMediaRouterActivity.this,
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 97 Toast.makeText(this, "Bluetooth is not available", Toast.LENGTH_LONG).show();
203 Toast.makeText(this, R.string.not_connected, Toast.LENGTH_SHORT).show();
279 Toast.makeText(getApplicationContext(), "Connected to "
283 Toast.makeText(getApplicationContext(), msg.getData().getString(TOAST),
313 Toast.makeText(this, R.string.bt_not_enabled_leaving, Toast.LENGTH_SHORT).show();
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 89 Toast.makeText(mContext, R.string.toast_backup_started, Toast.LENGTH_LONG).show();
100 Toast.makeText(mContext, R.string.toast_backup_ended, Toast.LENGTH_LONG).show();
106 Toast.makeText(mContext, R.string.toast_restore_started, Toast.LENGTH_LONG).show();
117 Toast.makeText(mContext, R.string.toast_restore_ended, Toast.LENGTH_SHORT).show();
123 Toast.makeText(mContext, R.string.toast_timeout, Toast.LENGTH_LONG).show();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessServerActivity.java 143 Toast.makeText(this, R.string.bt_listening, Toast.LENGTH_SHORT).show();
150 Toast.makeText(this, toast, Toast.LENGTH_LONG).show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerServiceActivities.java 96 Toast.makeText(Binding.this, R.string.remote_service_connected,
107 Toast.makeText(Binding.this, R.string.remote_service_disconnected,
AlarmService_Service.java 65 Toast.makeText(this, R.string.alarm_service_finished, Toast.LENGTH_SHORT).show();
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 85 .makeText(
108 .makeText(
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java 99 Toast.makeText(SmsMessagingDemo.this, "Please enter a message recipient.",
105 Toast.makeText(SmsMessagingDemo.this, "Please enter a message body.",
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList1.java 71 Toast.makeText(this, title + ": Child " + childPos + " clicked in group " + groupPos,
76 Toast.makeText(this, title + ": Group " + groupPos + " clicked", Toast.LENGTH_SHORT).show();
Gallery1.java 53 Toast.makeText(Gallery1.this, "" + position, Toast.LENGTH_SHORT).show();
69 Toast.makeText(this, "Longpress: " + info.position, Toast.LENGTH_SHORT).show();
Spinner1.java 36 Toast.makeText(this, msg, Toast.LENGTH_SHORT).show();
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBench.java 107 Toast.makeText(getApplicationContext(),
123 Toast.makeText(getApplicationContext(),
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstallerMain.java 86 Toast.makeText(this, R.string.sdcard_not_present,
91 Toast.makeText(this, R.string.no_cert_file_found,
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 110 Toast.makeText(mContext, R.string.wifi_in_airplane_mode, Toast.LENGTH_SHORT).show();
127 Toast.makeText(mContext, R.string.wifi_error, Toast.LENGTH_SHORT).show();
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 159 Toast errorToast = Toast.makeText(
292 Toast preToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT);
302 Toast postToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT);
316 Toast postToast = Toast.makeText(
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 161 Toast.makeText(

Completed in 796 milliseconds

1 23 4 5 6 7 8 91011>>