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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
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();
  /development/samples/Spinner/src/com/android/example/spinner/
SpinnerActivity.java 273 Toast.makeText(this,
  /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 */,
PlatLogoActivity.java 88 mToast = Toast.makeText(this, "", Toast.LENGTH_LONG);
  /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(),
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 101 //Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
166 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show();
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 123 Toast.makeText(this, R.string.event_not_found, Toast.LENGTH_SHORT).show();
  /packages/apps/Camera/src/com/android/camera/
OnScreenHint.java 103 public static OnScreenHint makeText(Context context, CharSequence text) {
120 * of the makeText() methods.
126 + "created with OnScreenHint.makeText()");
131 + "created with OnScreenHint.makeText()");
  /packages/apps/Gallery2/src/com/android/camera/
OnScreenHint.java 105 public static OnScreenHint makeText(Context context, CharSequence text) {
122 * of the makeText() methods.
128 + "created with OnScreenHint.makeText()");
133 + "created with OnScreenHint.makeText()");
  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 134 Toast.makeText(context, context.getString(R.string.shortcut_uninstalled, name),
  /packages/apps/LegacyCamera/src/com/android/camera/
OnScreenHint.java 106 public static OnScreenHint makeText(Context context, CharSequence text) {
123 * of the makeText() methods.
129 + "created with OnScreenHint.makeText()");
134 + "created with OnScreenHint.makeText()");
  /packages/apps/Mms/src/com/android/mms/ui/
EditSlideDurationActivity.java 163 Toast.makeText(this, msgId, Toast.LENGTH_SHORT).show();
  /packages/apps/Phone/src/com/android/phone/
DeleteFdnContactScreen.java 137 Toast.makeText(this, statusMsg, Toast.LENGTH_SHORT)
  /packages/apps/Settings/src/com/android/settings/accounts/
AddAccountSettings.java 131 Toast.makeText(this, R.string.user_cannot_add_accounts_message, Toast.LENGTH_LONG)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 239 Toast.makeText(context, toastText, Toast.LENGTH_LONG).show();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FeedbackFragment.java 97 Toast.makeText(getActivity(),
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 111 Toast.makeText(this, "Tracking service started", Toast.LENGTH_SHORT);
234 Toast.makeText(this, "Tracking service stopped", Toast.LENGTH_SHORT);
  /packages/apps/Browser/src/com/android/browser/
AutoFillSettingsFragment.java 125 Toast.makeText(c, R.string.autofill_profile_successful_save,
133 Toast.makeText(c, R.string.autofill_profile_successful_delete,
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java 190 Toast.makeText(this,
251 Toast.makeText(this, "Added " + itemsToAdd + " stream item(s) and "
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 79 Toast.makeText(FillCallLogTestActivity.this, e.toString(), Toast.LENGTH_LONG)
120 Toast.makeText(this, message, Toast.LENGTH_LONG).show();
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 499 Toast.makeText(this, "Call log is empty", Toast.LENGTH_LONG).show();
510 Toast.makeText(this, "Call log is empty", Toast.LENGTH_LONG).show();
526 Toast.makeText(this, "Sorry, we forgot to write this...", Toast.LENGTH_LONG).show();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 416 Toast.makeText(getApplicationContext(),
420 Toast.makeText(getApplicationContext(),
459 Toast.makeText(getApplicationContext(), R.string.dialog_clear_user_dictionary_done,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 224 Toast.makeText(TagVerifierActivity.this, R.string.nfc_writing_tag_error,
277 Toast.makeText(TagVerifierActivity.this, R.string.nfc_reading_tag_error,
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstaller.java 180 Toast.makeText(this, getString(R.string.cert_is_added,
450 Toast.makeText(this, msgId, Toast.LENGTH_SHORT).show();

Completed in 892 milliseconds

1 2 3 4 56 7 8 91011>>