HomeSort by relevance Sort by last modified time
    Searched full:maketext (Results 76 - 100 of 287) sorted by null

1 2 34 5 6 7 8 91011>>

  /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();
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 136 Toast.makeText(this, msg, Toast.LENGTH_LONG).show();
177 Toast.makeText(ExternalStorageFormatter.this,
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java 187 Toast.makeText(this, "Successfully exported data to " +
191 Toast.makeText(this, "Error exporting file: " +
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 74 Toast.makeText(BackupTestActivity.this, str, Toast.LENGTH_SHORT).show();
118 Toast.makeText(BackupTestActivity.this, str, Toast.LENGTH_SHORT).show();
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 90 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
145 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 150 Toast.makeText(this, getString(R.string.bt_toast_1), Toast.LENGTH_SHORT).show();
172 Toast.makeText(this, getString(R.string.bt_toast_2), Toast.LENGTH_SHORT).show();
BluetoothOppReceiver.java 112 Toast.makeText(context, toastMsg, Toast.LENGTH_SHORT).show();
131 Toast.makeText(context, context.getString(R.string.incoming_file_toast_msg),
278 Toast.makeText(context, toastMsg, Toast.LENGTH_SHORT).show();
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstallerMain.java 72 Toast.makeText(this, R.string.sdcard_not_present,
77 Toast.makeText(this, R.string.no_cert_file_found,
  /packages/apps/Settings/src/com/android/settings/wifi/
AdvancedWifiSettings.java 165 Toast.makeText(getActivity(), R.string.wifi_setting_frequency_band_error,
178 Toast.makeText(getActivity(), R.string.wifi_setting_sleep_policy_error,
WifiEnabler.java 108 Toast.makeText(mContext, R.string.wifi_in_airplane_mode, Toast.LENGTH_SHORT).show();
125 Toast.makeText(mContext, R.string.wifi_error, Toast.LENGTH_SHORT).show();
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 152 Toast.makeText(this,
255 Toast.makeText(this,
406 Toast.makeText(this,
  /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.",
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 214 Toast.makeText(mContext, R.string.photoPickerNotFoundText, Toast.LENGTH_LONG).show();
303 Toast.makeText(
314 Toast.makeText(
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 358 Toast.makeText(this, mRes.getString(R.string.sim_lock_failed), Toast.LENGTH_SHORT)
366 Toast.makeText(this, mRes.getString(R.string.sim_change_failed),
370 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/ApiDemos/src/com/example/android/apis/app/
ActionBarMechanics.java 70 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show();
ActionBarSettingsActionProviderActivity.java 59 Toast.makeText(this, R.string.action_bar_settings_action_provider_no_handling,
ActionBarTabs.java 103 Toast.makeText(ActionBarTabs.this, "Reselected!", Toast.LENGTH_SHORT).show();
AlarmService_Service.java 65 Toast.makeText(this, R.string.alarm_service_finished, Toast.LENGTH_SHORT).show();
FragmentTabs.java 114 Toast.makeText(mActivity, "Reselected!", Toast.LENGTH_SHORT).show();
LocalService.java 85 Toast.makeText(this, R.string.local_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/StackWidget/src/com/example/android/stackwidget/
StackWidgetProvider.java 54 Toast.makeText(context, "Touched view " + viewIndex, Toast.LENGTH_SHORT).show();
  /frameworks/base/core/java/android/webkit/
ZoomControlEmbedded.java 48 Toast.makeText(mWebView.getContext(),

Completed in 529 milliseconds

1 2 34 5 6 7 8 91011>>