/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
ClearLearnDictionaryDialogPreferenceJAJP.java | 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_learning_dictionary_done,
|
ClearUserDictionaryDialogPreferenceJAJP.java | 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done,
|
/packages/screensavers/WebView/src/com/android/dreams/web/ |
SetURL.java | 54 Toast.makeText(this, "WebView dream URL set to: " + url, Toast.LENGTH_SHORT).show();
|
SetURLInteractive.java | 54 Toast.makeText(this, "WebView dream URL set to: " + url, Toast.LENGTH_SHORT).show();
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmController.java | 108 mToast = Toast.makeText(AlarmController.this, R.string.one_shot_scheduled, 140 mToast = Toast.makeText(AlarmController.this, R.string.repeating_scheduled, 162 mToast = Toast.makeText(AlarmController.this, R.string.repeating_unscheduled,
|
MenuInflateFromXml.java | 145 Toast.makeText(this, "Jump up in the air!", Toast.LENGTH_SHORT).show(); 150 Toast.makeText(this, "Dive into the water!", Toast.LENGTH_SHORT).show(); 171 Toast.makeText(this, item.getTitle(), Toast.LENGTH_SHORT).show();
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
DemoMainActivity.java | 41 Toast.makeText(parent.getContext(), "Set EGLConfig " + 65 Toast.makeText(parent.getContext(), "Set Logging " + 128 Toast.makeText(this, message, Toast.LENGTH_LONG).show();
|
/packages/apps/Phone/tests/src/com/android/phone/tests/ |
CallDialTest.java | 140 Toast.makeText(this, "Starting activity...", Toast.LENGTH_SHORT).show(); 143 Toast.makeText(this, e.toString(), Toast.LENGTH_LONG).show(); 146 Toast.makeText(this, e.toString(), Toast.LENGTH_LONG).show();
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChat.java | 97 Toast.makeText(this, "Bluetooth is not available", Toast.LENGTH_LONG).show(); 203 Toast.makeText(this, R.string.not_connected, Toast.LENGTH_SHORT).show(); 279 Toast.makeText(getApplicationContext(), "Connected to " 283 Toast.makeText(getApplicationContext(), msg.getData().getString(TOAST), 313 Toast.makeText(this, R.string.bt_not_enabled_leaving, Toast.LENGTH_SHORT).show();
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ActivityTestMain.java | 66 Toast.makeText(ActivityTestMain.this, 169 Toast.makeText(ActivityTestMain.this, "Failed to bind", 200 Toast.makeText(ActivityTestMain.this, 243 Toast.makeText(ActivityTestMain.this, "Failed to bind", 267 Toast.makeText(ActivityTestMain.this, "Failed to bind",
|
/frameworks/base/core/java/android/widget/ |
Toast.java | 237 public static Toast makeText(Context context, CharSequence text, int duration) { 263 public static Toast makeText(Context context, int resId, int duration) 265 return makeText(context, context.getResources().getText(resId), duration); 269 * Update the text in a Toast that was previously created using one of the makeText() methods. 277 * Update the text in a Toast that was previously created using one of the makeText() methods. 282 throw new RuntimeException("This Toast was not created with Toast.makeText()"); 286 throw new RuntimeException("This Toast was not created with Toast.makeText()");
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideEditorActivity.java | 286 Toast.makeText(SlideEditorActivity.this, R.string.cannot_add_picture_and_video, 482 Toast.makeText(this, 500 Toast.makeText(this, R.string.cannot_add_slide_anymore, 620 Toast.makeText(SlideEditorActivity.this, 633 Toast.makeText(SlideEditorActivity.this, 666 Toast.makeText(SlideEditorActivity.this, 688 Toast.makeText(SlideEditorActivity.this, 708 Toast.makeText(SlideEditorActivity.this, 733 Toast.makeText(SlideEditorActivity.this, 748 Toast.makeText(SlideEditorActivity.this [all...] |
/packages/apps/Mms/src/com/android/mms/util/ |
DownloadManager.java | 196 Toast.makeText(mContext, R.string.service_message_not_found, 213 Toast.makeText(mContext, getMessage(uri), 237 Toast.makeText(mContext, errStr, Toast.LENGTH_LONG).show();
|
/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
WidgetPreviewActivity.java | 159 Toast errorToast = Toast.makeText( 292 Toast preToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT); 302 Toast postToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT); 316 Toast postToast = Toast.makeText(
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Audio.java | 62 .makeText(
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
AdvancedPreferences.java | 89 Toast.makeText(this, "Thanks! You increased my count to "
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Spinner1.java | 36 Toast.makeText(this, msg, Toast.LENGTH_SHORT).show();
|
SplitTouchView.java | 62 Toast toast = Toast.makeText(getApplicationContext(), message, Toast.LENGTH_SHORT);
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicIntentReceiver.java | 36 Toast.makeText(context, "Headphones disconnected.", Toast.LENGTH_SHORT).show();
|
/development/samples/Support4Demos/src/com/example/android/supportv4/content/ |
SimpleWakefulController.java | 70 mToast = Toast.makeText(SimpleWakefulController.this, R.string.simple_wakeful_scheduled,
|
/development/samples/training/notify-user/src/com/example/android/pingme/ |
MainActivity.java | 52 Toast.makeText(this, R.string.timer_start, Toast.LENGTH_SHORT).show();
|
/external/replicaisland/src/com/replica/replicaisland/ |
SetPreferencesActivity.java | 75 Toast.makeText(this, R.string.saved_game_erased_notification,
|
/frameworks/base/core/java/android/database/sqlite/ |
SqliteWrapper.java | 49 Toast.makeText(context, com.android.internal.R.string.low_memory,
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListWithDisappearingItemBug.java | 44 Toast.makeText(this, "Make sure you rotate screen to see bug", Toast.LENGTH_LONG).show();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilter.java | 54 Toast.makeText(sActivity, "Memory too low for filter " + getName() +
|