/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AlbumPage.java | 32 import android.widget.Toast; 708 // Show sync error toast when all the following conditions are met: 716 Toast.makeText(mActivity, R.string.sync_album_error, 717 Toast.LENGTH_LONG).show();
|
/packages/apps/Mms/src/com/android/mms/model/ |
VideoModel.java | 86 // It's ok if mContentType is null. Eventually we'll show a toast telling the
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiApEnabler.java | 40 import android.widget.Toast;
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageAttachmentTile.java | 206 // download from failing and making the error toast show
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmClockFragment.java | 64 import android.widget.Toast; 109 // can not be found, and toast message will pop up that the alarm has be deleted. 536 // dismiss the toast bar. However, since there is no way to determine if 537 // home was pressed, just dismiss any existing toast bar when restarting 622 Toast toast = Toast.makeText(context, R.string.missed_alarm_has_been_deleted, local 623 Toast.LENGTH_LONG); 624 ToastMaster.setToast(toast); 625 toast.show() [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
VideoCamera.java | 75 import android.widget.Toast; 157 private Toast mNoShareToast; 336 Toast.makeText(VideoCamera.this, 337 getResources().getString(R.string.wait), Toast.LENGTH_LONG).show(); 571 // Show the toast after getting the first orientation changed. [all...] |
Camera.java | 74 import android.widget.Toast; 260 private Toast mNotSelectableToast; 261 private Toast mNoShareToast; 395 // Show the tap to focus toast if this is the first start. 398 // Delay the toast for one second to wait for orientation. [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DocumentsActivity.java | 76 import android.widget.Toast; [all...] |
/packages/apps/Browser/src/com/android/browser/ |
AddBookmarkPage.java | 63 import android.widget.Toast; 813 Toast.makeText(AddBookmarkPage.this, R.string.bookmark_saved, 814 Toast.LENGTH_LONG).show(); 816 Toast.makeText(AddBookmarkPage.this, R.string.bookmark_not_saved, 817 Toast.LENGTH_LONG).show(); [all...] |
GoogleAccountLogin.java | 207 // TODO: toast login failed?
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 43 import android.widget.Toast; 507 * A thread safe way to show a Toast. Can be called from any thread. 517 * A thread safe way to show a Toast. Can be called from any thread. 526 Toast.makeText(context, message, Toast.LENGTH_LONG).show(); [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
ViewImage.java | 44 import android.widget.Toast; [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageUtils.java | 52 import android.widget.Toast; 635 // Show a progress toast if the resize hasn't finished 642 Toast.makeText(context, R.string.compressing, Toast.LENGTH_SHORT).show(); 670 // Cancel pending show of the progress toast if necessary. [all...] |
/frameworks/base/docs/html/guide/components/ |
services.jd | 382 Toast.makeText(this, "service starting", Toast.LENGTH_SHORT).show(); 454 Toast.makeText(this, "service starting", Toast.LENGTH_SHORT).show(); 474 Toast.makeText(this, "service done", Toast.LENGTH_SHORT).show(); [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
drag-drop.jd | [all...] |
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 237 bundle.putString(BluetoothChat.TOAST, "Unable to connect device"); 252 bundle.putString(BluetoothChat.TOAST, "Device connection was lost");
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
VirtualDisplayTest.java | 159 * Because this test does not have an activity token, we use the TOAST window 212 * Because this test does not have an activity token, we use the TOAST window
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
wifi-direct.jd | 306 Toast.makeText(WiFiDirectActivity.this, "Connect failed. Retry.", 307 Toast.LENGTH_SHORT).show();
|
/frameworks/base/docs/html/training/gestures/ |
viewgroup.jd | 278 Toast.makeText(MainActivity.this, 280 Toast.LENGTH_SHORT).show();
|
/frameworks/base/services/java/com/android/server/ |
NotificationManagerService.java | 76 import android.widget.Toast; 441 /** Use this when you actually want to post a notification or toast. [all...] |
/packages/apps/Camera/src/com/android/camera/ |
PhotoModule.java | 61 import android.widget.Toast; 295 private Toast mNotSelectableToast; 663 // Show the tap to focus toast if this is the first start. 666 // Delay the toast for one second to wait for orientation. [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
TwoPaneController.java | 497 * Set the toast bar's layout params to position it in the right place 500 * @param convModeShowInList if we're in conversation mode, should the toast
|
/packages/inputmethods/LatinIME/java/res/values/ |
strings.xml | 275 <!-- Toast notification that the system is processing the request to delete the log for this session [CHAR LIMIT=35] --> 278 <!-- Toast notification that the system has successfully deleted the log for this session [CHAR LIMIT=35] --> 281 <!-- Toast notification that the system has failed to delete the log for this session [CHAR LIMIT=35] --> 284 <!-- Toast notification that the system is enabling logging [CHAR LIMIT=35] --> 312 <!-- Toast notification to ask user to quit the research feedback dialog to perform this operation [CHAR LIMIT=100] --> 320 <!-- Toast message informing users that logging has been disabled --> [all...] |
/external/chromium_org/chrome/browser/first_run/ |
try_chrome_dialog_view.h | 99 // Create a windows region that looks like a toast of width |w| and height
|
/external/chromium_org/chrome/browser/notifications/ |
desktop_notification_service.h | 171 // permission infobar or on the frame of the notification toast. Different
|