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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Music/src/com/android/music/
AudioPreview.java 118 Toast.makeText(this, R.string.playback_failed, Toast.LENGTH_SHORT).show();
344 Toast.makeText(this, R.string.playback_failed, Toast.LENGTH_SHORT).show();
RenamePlaylist.java 180 Toast.makeText(RenamePlaylist.this, R.string.playlist_renamed_message, Toast.LENGTH_SHORT).show();
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 108 Toast.makeText(getApplicationContext(), "Message sent!", Toast.LENGTH_LONG).show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java 438 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show();
540 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show();
675 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show();
    [all...]
MessengerService.java 133 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
VoiceRecognition.java 227 Toast.makeText(VoiceRecognition.this, text, 1000).show();
  /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/Support4Demos/src/com/example/android/supportv4/accessibility/
AccessibilityManagerSupportActivity.java 91 Toast.makeText(AccessibilityManagerSupportActivity.this,
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
ImageDetailActivity.java 133 Toast.makeText(this, R.string.clear_cache_complete,
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageFetcher.java 82 Toast.makeText(context, "No network connection found.", Toast.LENGTH_LONG).show();
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NonsenseGenerator.java 89 public String makeText(int numSentences) {
  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 153 Toast.makeText(this, "NI error" /* com.android.internal.R.string.usb_storage_error_message */,
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 209 Toast cheatSheet = Toast.makeText(context, mItemData.getTitle(), Toast.LENGTH_SHORT);
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
TestsListActivity.java 132 Toast toast = Toast.makeText(this,
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackActivity.java 106 Toast.makeText(getApplicationContext(),
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
SaveCopyTask.java 93 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
FilterAction.java 75 tooltip = Toast.makeText(tools.getContext(), tooltipId, Toast.LENGTH_SHORT);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 181 Toast.makeText(getContext(), R.string.text_copied_toast, Toast.LENGTH_SHORT).show();
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFile.java 195 Toast.makeText(this, msgId, Toast.LENGTH_LONG).show();
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
SaveCopyTask.java 105 Toast toast = Toast.makeText(context, message, Toast.LENGTH_SHORT);
  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 134 Toast.makeText(context, context.getString(R.string.shortcut_uninstalled, name),
  /packages/apps/Mms/src/com/android/mms/ui/
EditSlideDurationActivity.java 167 Toast.makeText(this, msgId, Toast.LENGTH_SHORT).show();
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothOppHandover.java 100 Toast.makeText(mContext, mContext.getString(R.string.beam_failed),
  /packages/apps/Phone/src/com/android/phone/
DeleteFdnContactScreen.java 137 Toast.makeText(this, statusMsg, Toast.LENGTH_SHORT)
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 216 Toast.makeText(this, R.string.settings_license_activity_unavailable, Toast.LENGTH_LONG)

Completed in 1453 milliseconds

1 2 3 4 56 7 8 91011>>