Home
last modified time | relevance | path

Searched refs:LENGTH_LONG (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
DBackupRestoreConfirmation.java91 … Toast.makeText(mContext, R.string.toast_backup_started, Toast.LENGTH_LONG).show(); in handleMessage()
102 Toast.makeText(mContext, R.string.toast_backup_ended, Toast.LENGTH_LONG).show(); in handleMessage()
108 … Toast.makeText(mContext, R.string.toast_restore_started, Toast.LENGTH_LONG).show(); in handleMessage()
125 Toast.makeText(mContext, R.string.toast_timeout, Toast.LENGTH_LONG).show(); in handleMessage()
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DActivityTestMain.java97 Toast.LENGTH_LONG).show(); in onReceive()
200 Toast.LENGTH_LONG).show(); in onCreateOptionsMenu()
235 Toast.LENGTH_LONG).show(); in onCreateOptionsMenu()
261 Toast.LENGTH_LONG).show(); in onCreateOptionsMenu()
302 Toast.LENGTH_LONG).show(); in onCreateOptionsMenu()
326 Toast.LENGTH_LONG).show(); in onCreateOptionsMenu()
DServiceUserTarget.java34 Toast.LENGTH_LONG).show(); in onCreate()
DSingleUserService.java34 Toast.LENGTH_LONG).show(); in onCreate()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListWithDisappearingItemBug.java44 Toast.makeText(this, "Make sure you rotate screen to see bug", Toast.LENGTH_LONG).show(); in onCreate()
/frameworks/base/services/core/java/com/android/server/am/
DLockTaskNotify.java72 Toast toast = Toast.makeText(mContext, text, Toast.LENGTH_LONG); in makeAllUserToastAndShow()
/frameworks/base/core/java/com/android/internal/os/storage/
DExternalStorageFormatter.java138 Toast.makeText(this, msg, Toast.LENGTH_LONG).show(); in fail()
183 R.string.format_error, Toast.LENGTH_LONG).show(); in updateProgressState()
/frameworks/base/core/java/android/widget/
DToast.java68 @IntDef({LENGTH_SHORT, LENGTH_LONG})
84 public static final int LENGTH_LONG = 1; field in Toast
DCalendarViewLegacyDelegate.java705 DateUtils.LENGTH_LONG); in setUpHeader()
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
DTestJobService.java95 Toast.LENGTH_LONG).show(); in onStartJob()
/frameworks/base/core/java/android/text/format/
DDateUtils.java131 public static final int LENGTH_LONG = 10; field in DateUtils
195 case LENGTH_LONG: names = d.longWeekdayNames; break; in getDayOfWeekString()
233 case LENGTH_LONG: names = d.longMonthNames; break; in getMonthString()
/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java153 Toast.LENGTH_LONG).show(); in showNIError()
DIntentForwarderActivity.java125 Toast.makeText(this, getString(userMessageId), Toast.LENGTH_LONG).show(); in onCreate()
DResolverActivity.java514 Toast.LENGTH_LONG).show(); in onItemClick()
714 Toast.makeText(this, getString(mProfileSwitchMessageId), Toast.LENGTH_LONG).show(); in safelyStartActivity()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBordeauxService.java166 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show(); in onTaskRemoved()
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
DDemoModeController.java83 mToast = Toast.makeText(mContext, R.string.help_text, Toast.LENGTH_LONG); in onResume()
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dtoasts.jd121 toast.setDuration(Toast.LENGTH_LONG);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java126 Toast.LENGTH_LONG).show(); in init()
/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd945 Toast.makeText(this, "Dragged data is " + dragData, Toast.LENGTH_LONG);
966 Toast.makeText(this, "The drop was handled.", Toast.LENGTH_LONG);
969 Toast.makeText(this, "The drop didn't work.", Toast.LENGTH_LONG);
/frameworks/base/docs/html/training/location/
Ddisplay-address.jd411 Toast.LENGTH_LONG).show();
/frameworks/base/docs/html/google/auth/
Dhttp-auth.jd381 Toast.makeText(this, R.string.not_online, Toast.LENGTH_LONG).show();
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd327 data.getData(), Toast.LENGTH_LONG).show();
339 data.getData(), Toast.LENGTH_LONG).show();
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2242 long delay = r.duration == Toast.LENGTH_LONG ? LONG_DELAY : SHORT_DELAY; in scheduleTimeoutLocked()
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dnfc.jd869 Toast.makeText(this, "NFC is not available", Toast.LENGTH_LONG).show();
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd190 Toast.makeText(context, R.string.app_not_available, Toast.LENGTH_LONG).show();

12