/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ImportVCardActivity.java | 46 import android.widget.Toast; [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
WallpaperPickerActivity.java | 70 import android.widget.Toast; 161 Toast.makeText(a, 163 Toast.LENGTH_SHORT).show(); [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionService.java | 47 import android.widget.Toast; 165 Toast.makeText(TransactionService.this, str, 166 Toast.LENGTH_LONG).show(); [all...] |
MessagingNotification.java | 61 import android.widget.Toast; 290 // thread because the toast will eventually get posted to a handler. [all...] |
/external/chromium/chrome/browser/first_run/ |
try_chrome_dialog_view.cc | 200 // Carve the toast shape into the window.
|
/external/chromium_org/ui/android/java/strings/ |
android_ui_strings.grd | 8 <message desc="Toast when the browser is unable to open a file for upload. [CHAR-LIMIT=32]" name="IDS_OPENING_FILE_ERROR">
|
/external/chromium_org/ui/message_center/ |
notification_list.cc | 101 // toast.
|
/frameworks/base/core/java/android/preference/ |
VolumePreference.java | 77 // dialog doesn't also show the normal volume adjust toast.
|
/frameworks/base/services/java/com/android/server/input/ |
InputManagerService.java | 77 import android.widget.Toast; 136 private Toast mSwitchedKeyboardLayoutToast; [all...] |
/packages/apps/Calculator/res/values/ |
strings.xml | 102 <!-- Toast shown when text is copied to the clipboard. -->
|
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/ |
RecurrencePickerDialog.java | 54 import android.widget.Toast; 275 private Toast mToast; [all...] |
/packages/apps/Camera/src/com/android/camera/ |
VideoModule.java | 65 import android.widget.Toast; 335 Toast.makeText(mActivity, 336 mActivity.getResources().getString(R.string.wait), Toast.LENGTH_LONG).show(); 571 // Show the toast after getting the first orientation changed. [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactSaveService.java | 48 import android.widget.Toast; [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackActivity.java | 65 import android.widget.Toast; 87 private Toast mToast; [all...] |
/frameworks/base/core/java/android/widget/ |
ActivityChooserView.java | 649 Toast.makeText(mContext, message, Toast.LENGTH_SHORT).show();
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
bluetooth-le.jd | 172 Toast.makeText(this, R.string.ble_not_supported, Toast.LENGTH_SHORT).show();
|
/packages/apps/Gallery/src/com/android/camera/ |
GalleryPicker.java | 62 import android.widget.Toast; 548 Toast.makeText(GalleryPicker.this, R.string.not_enough_space, 5000)
|
/packages/apps/UnifiedEmail/res/values/ |
strings.xml | 81 <!-- Toast, attachment too large for single file [CHAR LIMIT=100] --> 83 <!-- Toast, attachment too large for multiple files [CHAR LIMIT=100] --> 85 <!-- Toast, attachment too large when existing attachments exist [CHAR LIMIT=100] --> 87 <!-- Toast, problem attaching file [CHAR LIMIT=100] --> 362 <!-- The following are shown as a toast after the operation has completed --><skip /> 430 <!-- Toast shown when the user taps the search hard key when viewing an account that does not support search [CHAR LIMIT=100] --> 478 <!-- Shown in a toast to acknowledge always showing images for a sender [CHAR LIMIT=100] --> [all...] |
/packages/experimental/LoaderApp/res/values/ |
strings.xml | 130 <!-- Toast shown after a contact has been split from an aggregate by a user action --> 159 <!-- Toast shown after two contacts have been joined by a user action --> 216 <!-- Message displayed in a toast when you try to view the details of a contact that 311 <!-- Toast displayed when a contact is saved --> 314 <!-- Toast displayed when saving a contact failed --> 499 <!-- Toast for call detail screen when couldn't read the requested details --> [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneUtils.java | 47 import android.widget.Toast; [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Launcher.java | 96 import android.widget.Toast; [all...] |
/development/samples/ApiDemos/res/values/ |
strings.xml | [all...] |
/frameworks/base/docs/html/guide/topics/appwidgets/ |
index.jd | [all...] |
/frameworks/base/docs/html/guide/topics/admin/ |
device-admin.jd | 413 simply displays a {@link android.widget.Toast} notification in response to particular 419 Toast.makeText(context, status, Toast.LENGTH_SHORT).show(); [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PeopleActivity.java | 50 import android.widget.Toast; [all...] |