HomeSort by relevance Sort by last modified time
    Searched refs:makeText (Results 76 - 100 of 226) sorted by null

1 2 34 5 6 7 8 910

  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerService.java 133 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
ServiceStartArguments.java 106 Toast.makeText(this, R.string.service_created,
164 Toast.makeText(ServiceStartArguments.this, R.string.service_destroyed,
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PickContact.java 102 mToast = Toast.makeText(this, txt, Toast.LENGTH_LONG);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 422 Toast.makeText(this,
546 Toast.makeText(getApplicationContext(), "Media player error! Resetting.",
557 Toast.makeText(getApplicationContext(), "gained audio focus.", Toast.LENGTH_SHORT).show();
566 Toast.makeText(getApplicationContext(), "lost audio focus." + (canDuck ? "can duck" :
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetProvider.java 54 Toast.makeText(context, "Touched view " + viewIndex, Toast.LENGTH_SHORT).show();
  /development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityManagerSupportActivity.java 91 Toast.makeText(AccessibilityManagerSupportActivity.this,
  /frameworks/base/core/java/android/database/sqlite/
SqliteWrapper.java 49 Toast.makeText(context, com.android.internal.R.string.low_memory,
  /frameworks/base/core/java/com/google/android/mms/util/
SqliteWrapper.java 61 Toast.makeText(context, com.android.internal.R.string.low_memory,
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBench.java 105 Toast.makeText(getApplicationContext(),
  /packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java 100 Toast toast = Toast.makeText(
Bookmarks.java 86 Toast.makeText(context, R.string.added_to_bookmarks,
123 Toast.makeText(context, R.string.removed_from_bookmarks,
DownloadHandler.java 191 Toast.makeText(activity, R.string.cannot_download, Toast.LENGTH_SHORT).show();
225 Toast.makeText(activity, R.string.download_pending, Toast.LENGTH_SHORT)
  /packages/apps/Email/src/com/android/email/activity/setup/
GeneralPreferences.java 94 Toast.makeText(
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
EffectAction.java 83 tooltip = Toast.makeText(getContext(), (String) getTag(), Toast.LENGTH_SHORT);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 107 Toast.makeText(mContext, R.string.wifi_in_airplane_mode, Toast.LENGTH_SHORT).show();
Utils.java 102 Toast.makeText(context, message, 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();
  /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();
  /packages/apps/Settings/src/com/android/settings/wifi/
AdvancedWifiSettings.java 159 Toast.makeText(getActivity(), R.string.wifi_setting_frequency_band_error,
172 Toast.makeText(getActivity(), R.string.wifi_setting_sleep_policy_error,
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 291 Toast.makeText(this, "Unsupported", Toast.LENGTH_SHORT).show();
295 Toast.makeText(this, "Unsupported", Toast.LENGTH_SHORT).show();
503 Toast.makeText(this, "Call log is empty", Toast.LENGTH_LONG).show();
514 Toast.makeText(this, "Call log is empty", Toast.LENGTH_LONG).show();
530 Toast.makeText(this, "Sorry, we forgot to write this...", Toast.LENGTH_LONG).show();
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 152 Toast.makeText(this,
255 Toast.makeText(this,
406 Toast.makeText(this,
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 108 Toast.makeText(getApplicationContext(), "Message sent!", Toast.LENGTH_LONG).show();
  /development/samples/Spinner/src/com/android/example/spinner/
SpinnerActivity.java 273 Toast.makeText(this,

Completed in 962 milliseconds

1 2 34 5 6 7 8 910