/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/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 | 290 Toast.makeText(SlideEditorActivity.this, R.string.cannot_add_picture_and_video, 486 Toast.makeText(this, 504 Toast.makeText(this, R.string.cannot_add_slide_anymore, 624 Toast.makeText(SlideEditorActivity.this, 637 Toast.makeText(SlideEditorActivity.this, 670 Toast.makeText(SlideEditorActivity.this, 692 Toast.makeText(SlideEditorActivity.this, 712 Toast.makeText(SlideEditorActivity.this, 737 Toast.makeText(SlideEditorActivity.this, 752 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(
|
MediaPlayerDemo_Video.java | 85 .makeText( 108 .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();
|
/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/Phone/src/com/android/phone/ |
FakePhoneActivity.java | 70 Toast.makeText(FakePhoneActivity.this, "null mRadioControl!",
|
/packages/inputmethods/LatinIME/tools/maketext/etc/ |
maketext | 36 jarfile=maketext.jar
|
/packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/ |
ArrayInitializerFormatter.java | 17 package com.android.inputmethod.latin.maketext;
|
JarUtils.java | 17 package com.android.inputmethod.latin.maketext;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
ConnectionAccessServerActivity.java | 143 Toast.makeText(this, R.string.bt_listening, Toast.LENGTH_SHORT).show(); 150 Toast.makeText(this, toast, Toast.LENGTH_LONG).show();
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
AlarmActivity.java | 108 Toast.makeText( 126 Toast.makeText(
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LocalServiceActivities.java | 106 Toast.makeText(Binding.this, R.string.local_service_connected, 116 Toast.makeText(Binding.this, R.string.local_service_disconnected,
|
MessengerServiceActivities.java | 96 Toast.makeText(Binding.this, R.string.remote_service_connected, 107 Toast.makeText(Binding.this, R.string.remote_service_disconnected,
|
RemoteService.java | 88 Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show(); 140 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show(); 323 Toast.makeText(Binding.this, R.string.remote_service_connected, 335 Toast.makeText(Binding.this, R.string.remote_service_disconnected, 419 Toast.makeText(Binding.this, 492 Toast.makeText(BindingOptions.this, R.string.remote_service_connected, 501 Toast.makeText(BindingOptions.this, R.string.remote_service_disconnected, 506 Toast.makeText(BindingOptions.this, R.string.remote_service_unbind_disconn,
|