HomeSort by relevance Sort by last modified time
    Searched full:toast (Results 201 - 225 of 524) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/
ContentShellActivity.java 13 import android.widget.Toast;
128 Toast.makeText(ContentShellActivity.this,
130 Toast.LENGTH_SHORT).show();
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
Clipboard.java 10 import android.widget.Toast;
162 Toast.makeText(mContext, text, Toast.LENGTH_SHORT).show();
  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 28 import android.widget.Toast;
153 Toast.makeText(this, "NI error" /* com.android.internal.R.string.usb_storage_error_message */,
154 Toast.LENGTH_LONG).show();
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 36 import android.widget.Toast;
181 Toast.makeText(getContext(), R.string.text_copied_toast, Toast.LENGTH_SHORT).show();
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 35 import android.widget.Toast;
123 Toast.makeText(this, R.string.event_not_found, Toast.LENGTH_SHORT).show();
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstallerMain.java 27 import android.widget.Toast;
114 Toast.makeText(this, R.string.cert_read_error, Toast.LENGTH_LONG).show();
  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 26 import android.widget.Toast;
134 Toast.makeText(context, context.getString(R.string.shortcut_uninstalled, name),
135 Toast.LENGTH_SHORT).show();
  /packages/apps/Mms/src/com/android/mms/ui/
EditSlideDurationActivity.java 31 import android.widget.Toast;
163 Toast.makeText(this, msgId, Toast.LENGTH_SHORT).show();
  /packages/apps/Music/src/com/android/music/
RenamePlaylist.java 35 import android.widget.Toast;
180 Toast.makeText(RenamePlaylist.this, R.string.playlist_renamed_message, Toast.LENGTH_SHORT).show();
AudioPreview.java 49 import android.widget.Toast;
118 Toast.makeText(this, R.string.playback_failed, Toast.LENGTH_SHORT).show();
348 Toast.makeText(this, R.string.playback_failed, Toast.LENGTH_SHORT).show();
  /packages/apps/Settings/src/com/android/settings/
SettingsLicenseActivity.java 27 import android.widget.Toast;
218 Toast.makeText(this, R.string.settings_license_activity_unavailable, Toast.LENGTH_LONG)
  /packages/apps/Settings/src/com/android/settings/accounts/
AddAccountSettings.java 31 import android.widget.Toast;
131 Toast.makeText(this, R.string.user_cannot_add_accounts_message, Toast.LENGTH_LONG)
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SingleSpellCheckerPreference.java 38 import android.widget.Toast;
187 Toast.makeText(mFragment.getActivity(), msg, Toast.LENGTH_LONG).show();
  /packages/experimental/PrintService2/src/foo/bar/printservice2/
MyPrintService.java 19 import android.widget.Toast;
123 Toast.makeText(MyPrintService.this,
126 Toast.LENGTH_SHORT).show();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 37 import android.widget.Toast;
165 Toast.makeText(context, R.string.download_no_application_title, Toast.LENGTH_SHORT)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 43 import android.widget.Toast;
224 Toast.makeText(TagVerifierActivity.this, R.string.nfc_writing_tag_error,
225 Toast.LENGTH_SHORT).show();
277 Toast.makeText(TagVerifierActivity.this, R.string.nfc_reading_tag_error,
278 Toast.LENGTH_SHORT).show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 36 import android.widget.Toast;
106 Toast.makeText(this, R.string.service_created,
107 Toast.LENGTH_SHORT).show();
164 Toast.makeText(ServiceStartArguments.this, R.string.service_destroyed,
165 Toast.LENGTH_SHORT).show();
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 32 import android.widget.Toast;
304 Toast.makeText(context, R.string.wifi_connected, Toast.LENGTH_SHORT).show();
317 Toast.makeText(context, R.string.lost_connection, Toast.LENGTH_SHORT).show();
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 37 import android.widget.Toast;
176 * Sets whether to enable showing a toast with the content descriptor of the
220 Toast cheatSheet = Toast.makeText(context, contentDesc, Toast.LENGTH_SHORT);
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 32 import android.widget.Toast;
304 Toast.makeText(context, R.string.wifi_connected, Toast.LENGTH_SHORT).show();
317 Toast.makeText(context, R.string.lost_connection, Toast.LENGTH_SHORT).show();
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 44 import android.widget.Toast;
111 Toast.makeText(this, "Tracking service started", Toast.LENGTH_SHORT);
234 Toast.makeText(this, "Tracking service stopped", Toast.LENGTH_SHORT);
  /frameworks/webview/chromium/overlay/frameworks/base/core/res/res/values/
strings.xml 120 <!--Toast when the browser is unable to open a file for upload. [CHAR-LIMIT=32] -->
127 <!-- Toast notifying the user that the webview performance profiler started collecting data [CHAR-LIMIT=32] -->
129 <!-- Toast notifying the user that the webview performance profiler results were written to a file [CHAR-LIMIT=80] -->
131 <!-- Toast notifying the user that we can't start the webview performance profiler because there's no external storage [CHAR-LIMIT=80] -->
133 <!-- Toast notifying the user that we failed to start the webview performance profiler [CHAR-LIMIT=80] -->
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java 31 import android.widget.Toast;
350 Toast.makeText(activity, activity.getResources().getQuantityString(
353 Toast.LENGTH_SHORT).show();
359 Toast.makeText(activity, activity.getResources().getString(
361 Toast.LENGTH_SHORT).show();
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 39 import android.widget.Toast;
353 Toast.makeText(activity, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
355 Toast.makeText(activity, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 25 import android.widget.Toast;
65 * The action of displaying a toast to warn the user an automatic download is starting.
235 * Shows a toast informing the user that an automatic dictionary download is starting.
241 Toast.makeText(context, toastText, Toast.LENGTH_LONG).show();

Completed in 1981 milliseconds

1 2 3 4 5 6 7 891011>>