Searched refs:makeText (Results 1 - 25 of 30) sorted by path

12

/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java175 Toast cheatSheet = Toast.makeText(context, contentDesc, Toast.LENGTH_SHORT);
/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java49 Toast.makeText(context, com.android.internal.R.string.low_memory,
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java5347 Toast.makeText(mContext
H A DZoomControlEmbedded.java48 Toast.makeText(mWebView.getContext(),
/frameworks/base/core/java/android/widget/
H A DToast.java237 public static Toast makeText(Context context, CharSequence text, int duration) { method in class:Toast
263 public static Toast makeText(Context context, int resId, int duration) method in class:Toast
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()");
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java153 Toast.makeText(this, "NI error" /* com.android.internal.R.string.usb_storage_error_message */,
H A DPlatLogoActivity.java88 mToast = Toast.makeText(this, "", Toast.LENGTH_LONG);
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java136 Toast.makeText(this, msg, Toast.LENGTH_LONG).show();
177 Toast.makeText(ExternalStorageFormatter.this,
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java240 Toast cheatSheet = Toast.makeText(context, mItemData.getTitle(), Toast.LENGTH_SHORT);
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java474 Toast cheatSheet = Toast.makeText(context, mTab.getContentDescription(),
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithDisappearingItemBug.java44 Toast.makeText(this, "Make sure you rotate screen to see bug", Toast.LENGTH_LONG).show();
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java83 Toast.makeText(mContext, R.string.start_activity_failed_message,
177 Toast.makeText(this, R.string.object_saved_message, Toast.LENGTH_SHORT).show();
182 Toast.makeText(this, R.string.save_failed_message, Toast.LENGTH_SHORT).show();
188 Toast.makeText(this, R.string.object_deleted_message, Toast.LENGTH_SHORT).show();
191 Toast.makeText(this, R.string.delete_failed_message, Toast.LENGTH_SHORT).show();
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java89 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();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java209 android.widget.Toast.makeText(mContext,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java1032 android.widget.Toast.makeText(mContext,
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java304 Toast.makeText(context, R.string.wifi_connected, Toast.LENGTH_SHORT).show();
317 Toast.makeText(context, R.string.lost_connection, Toast.LENGTH_SHORT).show();
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1030 mSwitchedKeyboardLayoutToast = Toast.makeText(
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java66 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",
266 Toast.makeText(ActivityTestMain.this, "Failed to bind",
H A DServiceUserTarget.java32 Toast.makeText(this,
H A DSingleUserService.java32 Toast.makeText(this,
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTestsListActivity.java132 Toast toast = Toast.makeText(this,
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java362 Toast.makeText(DirListActivity.this, NO_RESPONSE_MESSAGE,
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java187 Toast.makeText(this, "Successfully exported data to " +
191 Toast.makeText(this, "Error exporting file: " +
H A DTrackerService.java111 Toast.makeText(this, "Tracking service started", Toast.LENGTH_SHORT);
234 Toast.makeText(this, "Tracking service stopped", Toast.LENGTH_SHORT);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBench.java107 Toast.makeText(getApplicationContext(),
123 Toast.makeText(getApplicationContext(),

Completed in 445 milliseconds

12