/frameworks/base/docs/html/guide/topics/resources/ |
runtime-changes.jd | 209 Toast.makeText(this, "landscape", Toast.LENGTH_SHORT).show(); 211 Toast.makeText(this, "portrait", Toast.LENGTH_SHORT).show();
|
/frameworks/base/docs/html/training/location/ |
retrieve-current.jd | 249 Toast.makeText(this, "Connected", Toast.LENGTH_SHORT).show(); 260 Toast.makeText(this, "Disconnected. Please re-connect.", 261 Toast.LENGTH_SHORT).show();
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
AutoSendActivity.java | 64 sendOrSaveWithSanityChecks(false /* send */, true /* show toast */);
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
AccountPreferences.java | 47 * Number of time user has dismissed / seen the toast for account sync is off message.
|
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 59 import android.widget.Toast; 517 Toast.makeText(context, message, Toast.LENGTH_SHORT).show(); 531 Toast.makeText(context, message, Toast.LENGTH_SHORT).show(); 589 Toast.makeText(context, message, Toast.LENGTH_SHORT).show(); 797 Toast.makeText(context, message, Toast.LENGTH_SHORT).show(); [all...] |
/packages/apps/Dialer/src/com/android/dialer/ |
CallDetailActivity.java | 56 import android.widget.Toast; 458 Toast.makeText(CallDetailActivity.this, R.string.toast_call_detail_error, 459 Toast.LENGTH_SHORT).show(); 665 final Toast toast = Toast.makeText(CallDetailActivity.this, 666 R.string.add_contact_not_available, Toast.LENGTH_SHORT); 667 toast.show(); [all...] |
DialtactsActivity.java | 55 import android.widget.Toast; 430 Toast toast = Toast.makeText(this, local 432 Toast.LENGTH_SHORT); 433 toast.show(); 496 Toast.makeText(DialtactsActivity.this, R.string.voice_search_not_available, 497 Toast.LENGTH_SHORT).show(); [all...] |
/packages/providers/DownloadProvider/ui/res/values/ |
strings.xml | 52 <!-- Dialog/toast messages --> 89 <!-- Text for a toast appearing when a user clicks on a completed download, informing the user
|
/packages/apps/Gallery/res/values/ |
strings.xml | 72 <!-- Toast/alert after saving wallpaper --> 77 <!-- Toast/alert that the image is being saved to the SD card --> 80 <!-- Toast/alert that the face detection is being run --> 150 <!-- Toast after trying to share a picture indicating that there are no applications which are capable of so doing. --> 153 <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. --> 156 <!-- Toast after trying to share multiple media files indicating that there are no applications which are capable of so doing. -->
|
/packages/apps/Gallery/src/com/android/camera/ |
MenuHelper.java | 46 import android.widget.Toast; 282 Toast.makeText(activity, 284 Toast.LENGTH_SHORT).show(); 541 Toast.makeText(activity, isImage 544 Toast.LENGTH_SHORT).show(); [all...] |
ImageGallery.java | 58 import android.widget.Toast; [all...] |
/packages/apps/Gallery2/res/values/ |
strings.xml | 51 <!-- Used in a toast message when an image fails to be loaded 71 <!-- Toast/alert that the image is being saved to the SD card --> 74 <!-- Toast/alert that the image is being saved after editing in filtershow [CHAR LIMIT=40]--> 77 <!-- Eorror toast message that the image cannot be saved [CHAR LIMIT=40]--> 85 <!-- Toast/alert that the face detection is being run --> 103 <!-- Toast/alert after saving wallpaper --> 167 <!-- Toast message prompted when the specified item is not found [CHAR LIMIT=40]--> 236 <!-- This toast message is shown when network connection is lost while doing clustering --> 239 <!-- This toast message is shown when failed to load the album data. [CHAR LIMIT=NONE] --> 262 <!-- Toast message shown when the cropped image has been saved in th [all...] |
/packages/apps/Browser/res/values/ |
strings.xml | 21 <!-- Toast to show the user after they try to open the file picker but no apps on the 37 <!-- Toast shown when a history item's star is clicked, converting it to a bookmark --> 39 <!-- Toast shown when a history item's star is clicked off, removing its bookmark --> 102 <!-- Toast informing the user that loading has stopped for the current page. --> 162 <!-- Toast informing the user that their action to save a bookmark has succeeded --> 164 <!-- Toast informing the user that their action to save a bookmark did not succeed --> 166 <!-- Toast confirming that the homepage has been set --> 224 <!-- Toast informing the user that saving the page for offline reading has failed. [CHAR LIMIT=50] --> 411 <!-- Toast message displayed when the profile has been successfully saved [CHAR-LIMIT=none] --> 413 <!-- Toast message displayed when the profile has been successfully deleted [CHAR-LIMIT=none] -- [all...] |
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/ |
FmTx.java | 35 import android.widget.Toast; 176 int duration = Toast.LENGTH_SHORT; 178 Toast toast = Toast.makeText(mContext, text, duration); local 179 toast.setGravity(android.view.Gravity.CENTER_VERTICAL, 0, 0); 180 toast.show(); [all...] |
/packages/apps/Mms/res/values/ |
strings.xml | 178 <!-- Toast text when user tries to compose while we are not the default SMS app --> 181 <!-- Toast message while an image is being resized --> 209 <!-- If a message has expired and is no longer available on MMSC, show this toast. [CHAR LIMIT=NONE] --> 211 <!-- If a message can't be sent because of a MMSC network problem, show this toast. [CHAR LIMIT=NONE] --> 264 <!-- Toast when the user enters a non-numeric value for the duration of a slide --> 266 <!-- Toast when the user enters a zero value for the duration of a slide --> [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
VideoModule.java | 54 import android.widget.Toast; 292 Toast.makeText(mActivity, 293 mActivity.getResources().getString(R.string.wait), Toast.LENGTH_LONG).show(); 440 // Show the toast after getting the first orientation changed. [all...] |
/packages/apps/DeskClock/res/values/ |
strings.xml | 97 <!-- Toast that appears after Alarm is snoozed from the Alarm 133 <!-- Alarm confirmation toast: Describes how long from now until 146 <!-- Alarm confirmation toast: singular day --> 149 <!-- Alarm confirmation toast: plural days --> 152 <!-- Alarm confirmation toast: singular hour --> 155 <!-- Alarm confirmation toast: plural hours --> 158 <!-- Alarm confirmation toast: singular minute --> 161 <!-- Alarm confirmation toast: plural minutes --> [all...] |
/external/chromium_org/ui/message_center/ |
notification_list_unittest.cc | 447 // id0 promoted to LOW->DEFAULT, it'll appear as toast (popup). 465 // update with no promotion change for id0, it won't appear as a toast. 479 // id1 promoted to DEFAULT->HIGH, it'll appear as toast (popup). 496 // id1 promoted to HIGH->MAX, it'll appear as toast again. 513 // id1 demoted to MAX->DEFAULT, no appearing as toast.
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactActivity.java | 60 import android.widget.Toast; 621 Toast.makeText(QuickContactActivity.this, R.string.invalidContactMessage, 622 Toast.LENGTH_LONG).show(); 760 Toast.makeText(QuickContactActivity.this, R.string.quickcontact_missing_app, 761 Toast.LENGTH_SHORT).show();
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiverService.java | 52 import android.widget.Toast; 342 Toast.makeText(SmsReceiverService.this, getString(R.string.message_queued), 343 Toast.LENGTH_SHORT).show(); 350 Toast.makeText(SmsReceiverService.this, getString(R.string.fdn_check_failure), 351 Toast.LENGTH_SHORT).show();
|
/packages/apps/Nfc/src/com/android/nfc/ |
SendUi.java | 51 import android.widget.Toast; 400 public void finishAndToast(int finishMode, String toast) { 401 mToastString = toast; 494 Toast.makeText(mContext, mToastString, Toast.LENGTH_LONG).show();
|
/packages/services/Telephony/src/com/android/phone/sip/ |
SipEditor.java | 45 import android.widget.Toast; 278 Toast.makeText(this, R.string.removing_account, Toast.LENGTH_SHORT) 364 Toast.makeText(this, R.string.saving_account, Toast.LENGTH_SHORT)
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 31 import android.widget.Toast; 274 Toast.makeText(AlertDialogSamples.this, 276 Toast.LENGTH_SHORT).show();
|
/external/chromium_org/ui/message_center/views/ |
message_popup_collection_unittest.cc | 36 // and verify normal layout of the toast stack. 110 // Assumes there is at least one toast to close. 191 // The 4th toast is not shown yet.
|
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
FmRxApp.java | 62 import android.widget.Toast; 1767 Toast toast = new Toast(getApplicationContext()); local [all...] |