/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
MuteVideo.java | 66 Toast.makeText(mActivity, mActivity.getString(R.string.video_mute_err), 73 Toast.makeText(mActivity.getApplicationContext(),
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerReceiver.java | 55 Toast.makeText(context, R.string.logging_enabled, Toast.LENGTH_LONG).show(); 61 Toast.makeText(context, R.string.logging_disabled, Toast.LENGTH_LONG).show();
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AppUpdateReceiver.java | 32 Toast.makeText(context, R.string.app_update_received, Toast.LENGTH_SHORT).show();
|
OneShotAlarm.java | 39 Toast.makeText(context, R.string.one_shot_received, Toast.LENGTH_SHORT).show();
|
RepeatingAlarm.java | 37 Toast.makeText(context, R.string.repeating_received, Toast.LENGTH_SHORT).show();
|
ActionBarUsage.java | 68 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show(); 90 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Switches.java | 45 Toast.makeText(this, "Monitored switch is " + (isChecked ? "on" : "off"),
|
Gallery1.java | 53 Toast.makeText(Gallery1.this, "" + position, Toast.LENGTH_SHORT).show(); 69 Toast.makeText(this, "Longpress: " + info.position, Toast.LENGTH_SHORT).show();
|
PopupMenu1.java | 45 Toast.makeText(PopupMenu1.this, "Clicked popup menu item " + item.getTitle(),
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ServiceUserTarget.java | 32 Toast.makeText(this,
|
SingleUserService.java | 32 Toast.makeText(this,
|
/packages/apps/Camera/src/com/android/camera/ |
OnScreenHint.java | 103 public static OnScreenHint makeText(Context context, CharSequence text) { 120 * of the makeText() methods. 126 + "created with OnScreenHint.makeText()"); 131 + "created with OnScreenHint.makeText()");
|
/packages/apps/Gallery2/src/com/android/camera/ |
OnScreenHint.java | 105 public static OnScreenHint makeText(Context context, CharSequence text) { 122 * of the makeText() methods. 128 + "created with OnScreenHint.makeText()"); 133 + "created with OnScreenHint.makeText()");
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
OnScreenHint.java | 106 public static OnScreenHint makeText(Context context, CharSequence text) { 123 * of the makeText() methods. 129 + "created with OnScreenHint.makeText()"); 134 + "created with OnScreenHint.makeText()");
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
SampleMediaRouterActivity.java | 201 Toast.makeText(SampleMediaRouterActivity.this, 209 Toast.makeText(SampleMediaRouterActivity.this, 219 Toast.makeText(SampleMediaRouterActivity.this, 235 Toast.makeText(SampleMediaRouterActivity.this, 239 Toast.makeText(SampleMediaRouterActivity.this, 248 Toast.makeText(SampleMediaRouterActivity.this, 258 Toast.makeText(SampleMediaRouterActivity.this,
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
toasts.jd | 36 object with one of the {@link android.widget.Toast#makeText(Context,int,int) makeText()} methods. 47 Toast toast = Toast.makeText(context, text, duration); 57 <pre>Toast.makeText(context, text, duration).show();</pre> 143 {@link android.widget.Toast#makeText(Context,int,int)} to create the Toast.</p>
|
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/ |
BackupRestoreConfirmation.java | 89 Toast.makeText(mContext, R.string.toast_backup_started, Toast.LENGTH_LONG).show(); 100 Toast.makeText(mContext, R.string.toast_backup_ended, Toast.LENGTH_LONG).show(); 106 Toast.makeText(mContext, R.string.toast_restore_started, Toast.LENGTH_LONG).show(); 117 Toast.makeText(mContext, R.string.toast_restore_ended, Toast.LENGTH_SHORT).show(); 123 Toast.makeText(mContext, R.string.toast_timeout, Toast.LENGTH_LONG).show();
|
/developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtons/src/main/java/com/example/android/borderlessbuttons/ |
MainActivity.java | 92 Toast.makeText(MainActivity.this, 102 Toast.makeText(MainActivity.this,
|
/development/samples/Support7Demos/src/com/example/android/supportv7/app/ |
ActionBarUsage.java | 68 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show(); 94 Toast.makeText(ActionBarUsage.this,
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
RsBench.java | 107 Toast.makeText(getApplicationContext(), 123 Toast.makeText(getApplicationContext(),
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
NewsArticle.java | 47 sb.append("<p>").append(ngen.makeText(SENTENCES_PER_PARAGRAPH)).append("</p>");
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
ClipboardUtils.java | 49 Toast.makeText(context, toastText, Toast.LENGTH_SHORT).show();
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmUtils.java | 45 Toast toast = Toast.makeText(context, toastText, Toast.LENGTH_LONG);
|
/packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/ |
LabelText.java | 17 package com.android.inputmethod.latin.maketext;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
ClearUserDictionaryDialogPreferenceEN.java | 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done,
|