/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsMessagingDemo.java | 99 Toast.makeText(SmsMessagingDemo.this, "Please enter a message recipient.", 105 Toast.makeText(SmsMessagingDemo.this, "Please enter a message body.",
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList1.java | 71 Toast.makeText(this, title + ": Child " + childPos + " clicked in group " + groupPos, 76 Toast.makeText(this, title + ": Group " + groupPos + " clicked", Toast.LENGTH_SHORT).show();
|
Gallery1.java | 53 Toast.makeText(Gallery1.this, "" + position, Toast.LENGTH_SHORT).show(); 69 Toast.makeText(this, "Longpress: " + info.position, Toast.LENGTH_SHORT).show();
|
Spinner1.java | 36 Toast.makeText(this, msg, Toast.LENGTH_SHORT).show();
|
SplitTouchView.java | 62 Toast toast = Toast.makeText(getApplicationContext(), message, Toast.LENGTH_SHORT);
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiEnabler.java | 108 Toast.makeText(mContext, R.string.wifi_in_airplane_mode, Toast.LENGTH_SHORT).show(); 125 Toast.makeText(mContext, R.string.wifi_error, Toast.LENGTH_SHORT).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/Alarm/src/com/example/android/newalarm/ |
AlarmService.java | 161 Toast.makeText(
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService_Service.java | 65 Toast.makeText(this, R.string.alarm_service_finished, Toast.LENGTH_SHORT).show();
|
ActionBarTabs.java | 103 Toast.makeText(ActionBarTabs.this, "Reselected!", Toast.LENGTH_SHORT).show();
|
FragmentTabs.java | 114 Toast.makeText(mActivity, "Reselected!", Toast.LENGTH_SHORT).show();
|
/frameworks/base/core/java/android/webkit/ |
ZoomControlEmbedded.java | 48 Toast.makeText(mWebView.getContext(),
|
/frameworks/base/core/java/com/android/internal/app/ |
PlatLogoActivity.java | 67 mToast = Toast.makeText(this, "Android 4.0: Ice Cream Sandwich", Toast.LENGTH_SHORT);
|
/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/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBtEnableActivity.java | 85 Toast.makeText(this, getString(R.string.enabling_progress_content),
|
BluetoothOppReceiver.java | 111 Toast.makeText(context, toastMsg, Toast.LENGTH_SHORT).show(); 130 Toast.makeText(context, context.getString(R.string.incoming_file_toast_msg), 249 Toast.makeText(context, toastMsg, Toast.LENGTH_SHORT).show();
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
UninstallShortcutReceiver.java | 77 Toast.makeText(context, context.getString(R.string.shortcut_uninstalled, name),
|
/packages/apps/Settings/src/com/android/settings/ |
CredentialStorage.java | 261 Toast.makeText(CredentialStorage.this, 264 Toast.makeText(CredentialStorage.this, 411 Toast.makeText(CredentialStorage.this, 419 Toast.makeText(CredentialStorage.this,
|
IccLockSettings.java | 327 Toast.makeText(this, mRes.getString(R.string.sim_lock_failed), Toast.LENGTH_SHORT) 335 Toast.makeText(this, mRes.getString(R.string.sim_change_failed), 339 Toast.makeText(this, mRes.getString(R.string.sim_change_succeeded),
|
/frameworks/base/core/java/android/widget/ |
Toast.java | 232 public static Toast makeText(Context context, CharSequence text, int duration) { 258 public static Toast makeText(Context context, int resId, int duration) 260 return makeText(context, context.getResources().getText(resId), duration); 264 * Update the text in a Toast that was previously created using one of the makeText() methods. 272 * Update the text in a Toast that was previously created using one of the makeText() methods. 277 throw new RuntimeException("This Toast was not created with Toast.makeText()"); 281 throw new RuntimeException("This Toast was not created with Toast.makeText()");
|
/packages/apps/Mms/src/com/android/mms/util/ |
DownloadManager.java | 195 Toast.makeText(mContext, R.string.service_message_not_found, 212 Toast.makeText(mContext, getMessage(uri), 236 Toast.makeText(mContext, errStr, Toast.LENGTH_LONG).show();
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideEditorActivity.java | 284 Toast.makeText(SlideEditorActivity.this, R.string.cannot_add_picture_and_video, 476 Toast.makeText(this, 494 Toast.makeText(this, R.string.cannot_add_slide_anymore, 611 Toast.makeText(SlideEditorActivity.this, 624 Toast.makeText(SlideEditorActivity.this, 657 Toast.makeText(SlideEditorActivity.this, 679 Toast.makeText(SlideEditorActivity.this, 699 Toast.makeText(SlideEditorActivity.this, 724 Toast.makeText(SlideEditorActivity.this, 739 Toast.makeText(SlideEditorActivity.this [all...] |
SlideshowPresenter.java | 136 Toast.makeText(mContext, 298 Toast.makeText(mContext, 311 Toast.makeText(mContext,
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
ContentFragment.java | 303 Toast.makeText(getActivity(), "Error writing to USB/external storage.", 331 Toast.makeText(getActivity(), "Error writing bitmap data.", 338 Toast.makeText(getActivity(), "Error writing to USB/external storage.",
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
CreateGestureActivity.java | 95 Toast.makeText(this, getString(R.string.save_success, path), Toast.LENGTH_LONG).show();
|