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

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 49 import android.widget.Toast;
296 // Present a toast here
297 Toast.makeText(getActivity(), R.string.unmount_inform_text, Toast.LENGTH_SHORT).show();
  /packages/services/Telephony/src/com/android/phone/
EditFdnContactScreen.java 48 import android.widget.Toast;
363 * Removed the status field, with preference to displaying a toast
368 Toast.makeText(this, statusMsg, Toast.LENGTH_LONG)
FdnSetting.java 31 import android.widget.Toast;
243 // a toast, or just update the UI.
333 * Display a toast for message, like the rest of the settings.
346 Toast.makeText(this, s, Toast.LENGTH_SHORT).show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 39 import android.widget.Toast;
227 Toast.makeText(VoiceRecognition.this, text, 1000).show();
  /external/chromium_org/content/renderer/
notification_provider.cc 132 // the page before the associated toast was closed by the user.
143 // the page before the associated toast was clicked on.
  /external/libgsm/man/
gsm_option.3 113 neither the library itself nor the toast program produce
183 toast(1), gsm(3), gsm_explode(3), gsm_print(3)
  /frameworks/base/docs/html/design/building-blocks/
dialogs.jd 2 page.tags="dialog","alert","popup","toast"
152 away from an email before you send it triggers a "Draft saved" toast to let you know that you can
  /frameworks/base/docs/html/design/patterns/
confirming-acknowledging.jd 2 page.tags="dialog","toast","notification"
44 <p>In this example, if the user navigates back or up from the Gmail compose screen, something possibly unexpected happens: the current draft is automatically saved. An acknowledgment in the form of a toast makes that apparent. It fades after a few seconds.</p>
  /frameworks/base/docs/html/training/location/
receive-location-updates.jd 253 Toast.makeText(this, "Connected", Toast.LENGTH_SHORT).show();
263 Toast.makeText(this, "Disconnected. Please re-connect.",
264 Toast.LENGTH_SHORT).show();
336 Toast.makeText(this, msg, Toast.LENGTH_SHORT).show();
549 Toast.makeText(this, "Connected", Toast.LENGTH_SHORT).show();
  /packages/apps/Music/res/values/
strings.xml 88 <!-- Toast confirming that song(s) was/were deleted. -->
179 <!-- Toast after turning shuffle on -->
181 <!-- Toast after turning shuffle off -->
183 <!-- Toast after turning repeat off -->
185 <!-- Toast after turning single repeat on -->
187 <!-- Toast after turning repeat all on -->
193 <!-- Toast after setting a song as phone ringtone -->
212 <!-- Toast after selecting an empty playlist -->
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 43 import android.widget.Toast;
288 Toast.makeText(this, "Could not save picture file: " + e.getMessage(),
289 Toast.LENGTH_LONG).show();
410 Toast.makeText(this, t.getMessage(), Toast.LENGTH_LONG).show();
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java 41 import android.widget.Toast;
84 private Toast logToast;
282 // Log |msg| and Toast about it.
288 logToast = Toast.makeText(this, msg, Toast.LENGTH_SHORT);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 40 import android.widget.Toast;
271 * Sets whether to enable showing a toast with the content descriptor of the
315 Toast cheatSheet = Toast.makeText(context, contentDesc, Toast.LENGTH_SHORT);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstaller.java 41 import android.widget.Toast;
180 Toast.makeText(this, getString(R.string.cert_is_added,
181 mCredentials.getName()), Toast.LENGTH_LONG).show();
450 Toast.makeText(this, msgId, Toast.LENGTH_SHORT).show();
  /packages/apps/Dialer/src/com/android/dialer/
SpecialCharSequenceMgr.java 38 import android.widget.Toast;
405 // toast indicating the caller name.
413 // display the name as a toast
416 Toast.makeText(context, name, Toast.LENGTH_SHORT)
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 29 import android.widget.Toast;
269 Toast.makeText(context, context.getString(R.string.completely_out_of_space),
270 Toast.LENGTH_SHORT).show();
272 Toast.makeText(context, context.getString(R.string.shortcut_duplicate, name),
273 Toast.LENGTH_SHORT).show();
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 55 import android.widget.Toast;
628 Toast.makeText(this, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
630 Toast.makeText(this, R.string.activity_not_found, Toast.LENGTH_SHORT).show();
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 48 import android.widget.Toast;
381 Toast.makeText(getActivity(), R.string.vpn_no_network, Toast.LENGTH_LONG).show();
530 Toast.makeText(context, R.string.vpn_lockdown_config_error,
531 Toast.LENGTH_LONG).show();
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 57 import android.widget.Toast;
216 Toast.makeText(getActivity(),
218 Toast.LENGTH_LONG).show();
406 Toast.makeText(getActivity(),
408 Toast.LENGTH_SHORT).show();
  /packages/apps/Contacts/res/values/
strings.xml 154 <!-- Toast shown after two contacts have been joined by a user action -->
178 <!-- Message displayed in a toast when you try to view the details of a contact that
182 <!-- Message displayed in a toast after you create a contact shortcut in the launcher [CHAR LIMIT=NONE]-->
240 <!-- Toast displayed when a contact is saved [CHAR LIMIT=NONE] -->
243 <!-- Toast displayed when saving a contact failed. [CHAR LIMIT=NONE] -->
246 <!-- Toast displayed when a group is saved [CHAR LIMIT=NONE] -->
249 <!-- Toast displayed when saving a group failed [CHAR LIMIT=NONE] -->
329 <!-- Shown as a toast when the user taps on a QuickContact icon, and no application
333 <!-- Shown as a toast when the user attempts an action (add contact, edit
497 <!-- Toast shown when creating a personal copy of a contact [CHAR LIMIT=100] --
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BaseUi.java 52 import android.widget.Toast;
103 private Toast mStopToast;
250 mStopToast = Toast
251 .makeText(mActivity, R.string.stopping, Toast.LENGTH_SHORT);
744 Toast warning = Toast.makeText(mActivity,
746 Toast.LENGTH_SHORT);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 53 import android.widget.Toast;
705 Toast.makeText(mActivity, R.string.saving_event, Toast.LENGTH_SHORT).show();
    [all...]
  /packages/apps/LegacyCamera/res/values/
strings.xml 204 <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
253 <!-- Toast saying that there is no picture to share. [CHAR LIMIT=30] -->
256 <!-- Toast saying that there is no video to share. [CHAR LIMIT=30] -->
277 <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
310 <!-- Toast after trying to select a setting that is not allowed to change in effect [CHAR LIMIT=50] -->
313 <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=65] -->
316 <!-- Toast telling users video snapshot is disabled when the effects are on and a user tries to tap on the viewfinder [CHAR LIMIT=65] -->
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 46 import android.widget.Toast;
416 Toast.makeText(getApplicationContext(),
418 Toast.LENGTH_LONG).show();
420 Toast.makeText(getApplicationContext(),
422 Toast.LENGTH_LONG).show();
459 Toast.makeText(getApplicationContext(), R.string.dialog_clear_user_dictionary_done,
460 Toast.LENGTH_LONG).show();
  /packages/services/Telephony/res/values/
strings.xml 53 <!-- Toast string displayed to user if the input in MMI dialog is < 1 or > 160 -->
214 <!-- Toast in Call settings dialog while settings are being read -->
216 <!-- Toast in Call settings dialog while settings are being saved -->
218 <!-- Toast in Call settings dialog while settings are being reverted -->
278 <!-- Mobile network settings screen, toast when searching for available networks -->
284 <!-- Available networks screen, toast when an error is encountered when searching for networks -->
286 <!-- Available networks screen, toast when registering on a specific network -->
288 <!-- Available networks screen, toast when SIM card isn't allowed on a network -->
290 <!-- Available networks screen, toast when unable to connect to a network temporarily -->
292 <!-- Available networks screen, toast when registered on a specific network --
    [all...]

Completed in 1420 milliseconds

<<11121314151617181920>>