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

<<11121314151617181920>>

  /packages/apps/Camera/res/values/
strings.xml 202 <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
256 <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
290 <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
298 <!-- 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/services/Telephony/src/com/android/phone/
NotificationMgr.java 49 import android.widget.Toast;
106 private Toast mToast;
    [all...]
RespondViaSmsManager.java 59 import android.widget.Toast;
CallController.java 651 // a Toast (as requested of the New UI paradigm).
658 // TODO: Rather than launching a toast from here, it would
660 // and then let the InCallScreen display the toast...
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java 50 import android.widget.Toast;
488 Toast.makeText(getActivity(),
489 R.string.no_intent_found, Toast.LENGTH_SHORT).show();
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 44 import android.widget.Toast;
122 Toast.makeText(WallpaperCropActivity.this,
124 Toast.LENGTH_LONG).show();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 50 import android.widget.Toast;
214 Toast.makeText(activity, R.string.homepage_set, Toast.LENGTH_LONG).show();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 39 import android.widget.Toast;
617 Toast.makeText(
618 this, R.string.account_setup_username_password_toast, Toast.LENGTH_LONG).show();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 31 import android.widget.Toast;
551 Toast.makeText(filterShowActivity,
553 Toast.LENGTH_SHORT).show();
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 44 import android.widget.Toast;
124 Toast.makeText(WallpaperCropActivity.this,
126 Toast.LENGTH_LONG).show();
    [all...]
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 54 import android.widget.Toast;
336 Toast.makeText(this, R.string.playlist_deleted_message, Toast.LENGTH_SHORT).show();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 27 import android.widget.Toast;
176 Toast.makeText(mContext, R.string.cant_move_or_change_labels,
177 Toast.LENGTH_LONG).show();
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 52 import android.widget.Toast;
533 Toast.makeText(this, R.string.download_no_application_title, Toast.LENGTH_SHORT).show();
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 34 import android.widget.Toast;
669 Toast.makeText(mCtx, "Error Generating Configuration", Toast.LENGTH_SHORT).show();
  /packages/apps/Camera2/res/values/
strings.xml 94 <!-- Toast message shown when the cropped image has been saved in the
152 <!-- Toast message shown after we try to make a local album available offline
400 <!-- Toast after trying to select a setting that is not allowed to change in scene mode [CHAR LIMIT=NONE] -->
465 <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] -->
495 <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=54] -->
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 41 import android.widget.Toast;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 67 import android.widget.Toast;
830 Toast.makeText(FilterShowActivity.this,
831 R.string.cannot_edit_original, Toast.LENGTH_SHORT).show();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 63 import android.widget.Toast;
    [all...]
  /packages/apps/Email/res/values/
strings.xml 63 <!-- Also appears in a toast, in the message viewer, when there's a network error. -->
70 <!-- Toast shown when a message(s) can't be moved because it's not supported by the POP3
74 <!-- Toast shown when messages can't be moved because the selection contains multiple accounts'
78 <!-- Toast shown when messages can't be moved because they're in a special mailbox. "Drafts",
146 <!-- Toast upon using "send" when one or more attachments will need to be background loaded
205 <!-- Toast when we can't build a URI from the given email & password -->
206 <!-- Note, the error message in the toast is purposefully vague, because I *don't* know
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 67 import android.widget.Toast;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 96 import android.widget.Toast;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
AutoLockTest.java 34 import android.widget.Toast;
840 Toast.makeText(mActivity.getApplicationContext(), "Turn on light!", 4).show();
875 Toast.makeText(mActivity.getApplicationContext(), "Turn off light!", 4).show();
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 77 import android.widget.Toast;
597 Toast.makeText(context, R.string.toast_failed_delete, Toast.LENGTH_SHORT).show();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 53 import android.widget.Toast;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 58 import android.widget.Toast;
631 Toast.makeText(mContext, success ? R.string.groupSavedToast :
632 R.string.groupSavedErrorToast, Toast.LENGTH_SHORT).show();
    [all...]

Completed in 2071 milliseconds

<<11121314151617181920>>