Lines Matching refs:time

149      * corresponds to the time the event happened (or will happen, in the case of events that have
159 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
160 * <li>Notification of an ongoing stopwatch (increasing timer) should be stamped with the watch's start time.
161 * <li>Notification of an ongoing countdown timer should be stamped with the timer's end time.
217 * at the same time.
403 * reference to something that happened at a particular point in time,
1394 * @param when The time to show in the time field. In the System.currentTimeMillis
1782 * <p>Uses the {@link #icon} and {@link #when} fields to set the icon and time fields
2059 // Whether to enable stripping (at post time) & rebuilding (at listener receive time) of
2208 * Add a timestamp pertaining to the notification (usually the time the event occurred).
2234 * Useful when showing an elapsed time (like an ongoing phone call).
2392 * alarm clock that the user has explicitly set to a particular time.
2728 * current contents are copied into the Notification each time {@link #build()} is
2746 * <p>The current contents of this Bundle are copied into the Notification each time
2804 * Add a rich notification style to be applied at build time.
2943 contentView.setViewVisibility(R.id.time, View.GONE);
2948 contentView.setViewVisibility(R.id.time, View.GONE);
3049 contentView.setViewVisibility(R.id.time, View.VISIBLE);
3050 contentView.setLong(R.id.time, "setTime", mWhen);
3074 * @return true if the built notification will show the time or the chronometer; false
4527 contentView.setTextColor(R.id.time, secondaryColor);
4657 * short amount of time when this notification is displayed on the screen. This
4664 * for a longer amount of time when this notification is displayed on the screen.