Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
141 * A timestamp related to this notification, in milliseconds since the epoch.
146 * corresponds to the time the event happened (or will happen, in the case of events that have
156 * <li>Notification of an upcoming meeting should be stamped with the time the meeting will begin (that is, in the future).</li>
165 * The resource id of a drawable to use as the icon in the status bar.
171 * If the icon in the status bar is to have more than one level, you can set this. Otherwise,
180 * The number of events that this notification represents. For example, in a new mail
185 * superimposed over the icon in the status bar. Starting with
187 * {@link Notification.Builder} has displayed the number in the expanded notification view.
197 * that you take care of task management as described in the
241 * No longer displayed in the status bar as of API 21.
247 * The view that will represent this notification in the expanded status bar.
373 * <li>To turn the LED off, pass 0 in the alpha channel for colorARGB
391 * set if this notification is in reference to something that is ongoing,
392 * like a phone call. It should not be set if this notification is in
393 * reference to something that happened at a particular point in time,
451 * Grouped notifications may display in a cluster or stack on devices which
471 * items smaller, or at a different position in the list, compared with your app's
484 * show these items larger, or at a different position in notification lists, compared with
499 * this notification. Low-priority notifications may be hidden from the user in certain
514 * Accent color (an ARGB integer like the constants in {@link android.graphics.Color})
518 * {@link #icon} image (stenciled in white) atop a field of this color. Alpha components are
531 * the notification's presence and contents in untrusted situations (namely, on the secure
536 * shown in all situations, but the contents are only available if the device is unlocked for
540 * can be read even in an "insecure" context (that is, above a secure lockscreen).
550 * Notification visibility: Show this notification in its entirety on all lockscreens.
612 * Notification category: error in background operation or authentication status.
665 * value, although providing different priorities in addition to providing sort key may
694 * {@link #extras} key: this is the title of the notification when shown in expanded form,
725 * {@link #extras} key: this is the longer text shown in the big form of a
747 * shown in its expanded form, as supplied to
784 * {@link #extras} key: this is a bitmap to be shown in {@link BigPictureStyle} expanded
790 * {@link #extras} key: An array of CharSequences to show in {@link InboxStyle} expanded
824 * in the background when the notification is selected. The URI must point to an image stream
840 * {@link #extras} key: the indices of actions to be shown in the compact view,
854 * displayed in the heads up space.
902 * Intent to send when the user invokes this action. May be null, in which case the action
903 * may be rendered in a disabled presentation by the system UI.
907 private Action(Parcel in) {
908 icon = in.readInt();
909 title = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
910 if (in.readInt() == 1) {
911 actionIntent = PendingIntent.CREATOR.createFromParcel(in);
913 mExtras = in.readBundle();
914 mRemoteInputs = in.createTypedArray(RemoteInput.CREATOR);
993 * <p>Values within the Bundle will replace existing extras values in this Builder.
1077 public Action createFromParcel(Parcel in) {
1078 return new Action(in);
1143 * wearable options present in an existing notification action.
1223 * action. This is usually a 'ing' verb ending in ellipsis like "Sending..."
1235 * the action. This is usually a 'ing' verb ending in ellipsis like "Sending..."
1299 * in an insecure context such as atop a secure keyguard. See {@link #visibility}
1331 * @param icon The resource id of the icon to put in the status bar.
1332 * @param tickerText The text that flows by in the status bar when the notification first
1334 * @param when The time to show in the time field. In the System.currentTimeMillis
1560 + " instance is a custom Parcelable and not allowed in Notification");
1709 * in the view.</p>
1711 * @param contentTitle The title that goes in the expanded entry.
1712 * @param contentText The text that goes in the expanded entry.
1716 * that you take care of task management as described in the
1866 * available in the <a href="{@docRoot}tools/extras/support-library.html">Android Support
1989 * Contains the notification to rebuild when this Builder is in "rebuild" mode.
2025 * Some apps out in the wild create a Notification.Builder in their Activity subclass
2028 * any calls to Context methods from within this constructor can cause NPEs in existing
2081 * It will be shown in the notification content view by default; use
2093 * in the content view.
2117 * Set the small icon resource, which will be used to represent the notification in the
2121 * The platform template for the expanded view will draw this icon in the left, unless a
2122 * {@link #setLargeIcon(Bitmap) large icon} has also been specified, in which case the small
2127 * A resource ID in the application's package of the drawable to use.
2140 * @param icon A resource ID in the application's package of the drawable to use.
2153 * Set the first line of text in the platform notification template.
2161 * Set the second line of text in the platform notification template.
2169 * Set the third line of text in the platform notification template.
2171 * same location in the standard template.
2180 * equivalent to setContentInfo, although it might show the number in a different
2227 * to assign PendingIntents to individual views in that custom layout (i.e., to create
2298 * in place of the {@link #setSmallIcon(int) small icon} (which will move to the right side).
2378 * blink duty cycle (specified in milliseconds).
2404 * with (e.g., playing music) or is pending in some way and therefore occupying the device
2488 * through interruption filters, and to appear more prominently in the user interface.
2497 * URIs. The path part of these URIs must exist in the contacts database, in the
2512 * Grouped notifications may display in a cluster or stack on devices which
2528 * Grouped notifications may display in a cluster or stack on devices which
2542 * value, although providing different priorities in addition to providing sort key may
2558 * <p>Values within the Bundle will replace existing extras values in this Builder.
2581 * Use {@link #addExtras} to merge in metadata instead.
2615 * A notification in its expanded form can display up to 3 actions, from left to right in
2618 * in some other way (for example, in the Activity pointed to by {@link #contentIntent}).
2637 * A notification in its expanded form can display up to 3 actions, from left to right in
2640 * in some other way (for example, in the Activity pointed to by {@link #contentIntent}).
2678 * Supply a replacement Notification whose contents should be shown in insecure contexts
2925 * Logic to find out whether the notification is going to have three lines in the contracted
2934 // If we have content text in line 2, badge goes into line 2, or line 3 otherwise
3055 * Apply any necessary background to smallIcons being used in the largeIcon spot.
3106 * Recolor small icons when used in the R.id.right_icon slot.
3200 * Capture, in the provided bundle, semantic information used in the construction of
3205 // Store original information used in the construction of this object
3312 * Rebuilds the notification passed in to the rebuild-constructor
3316 * Throws IllegalStateException when invoked on a Builder that isn't in rebuild mode.
3322 throw new IllegalStateException("rebuild() only valid when in 'rebuild' mode.");
3557 * Overrides ContentTitle in the big form of the template.
3565 * Set the first line of text after the detail section in the big form of the template.
3615 // Clear text in case we use the line to show the profile badge.
3746 * Overrides ContentTitle in the big form of the template.
3755 * Set the first line of text after the detail section in the big form of the template.
3876 * Overrides ContentTitle in the big form of the template.
3885 * Set the first line of text after the detail section in the big form of the template.
3893 * Provide the longer text to be displayed in the big form of the
3894 * template in place of the content text.
4002 * Overrides ContentTitle in the big form of the template.
4011 * Set the first line of text after the detail section in the big form of the template.
4065 // Make sure all rows are gone in case we reuse a view.
4125 * in the standard view alongside the usual content.
4134 * and respond accordingly (by showing album artwork in the lockscreen, for example).
4166 * Request up to 3 actions (by index in the order of addition) to be shown in the compact
4169 * @param actions the indices of the actions to show in the compact notification view
4886 * presets found in {@link android.app.Notification.WearableExtender}, e.g.
4890 * documentation for the preset in question. See also
4900 * presets found in {@link android.app.Notification.WearableExtender}, e.g.
4903 * using {@link #setDisplayIntent}. Check the documentation for the preset in question.
4911 * Set the custom height in pixels for the display of this notification's content.
4923 * Get the custom height in pixels for the display of this notification's content.
5038 * @param timeout The requested screen timeout in milliseconds. Can also be either
5048 * Get the duration, in milliseconds, that the screen should remain on for
5050 * @return the duration in milliseconds if > 0, or either one of the sentinel values
5068 * Update the bundle to have a typed array so fetches in the future don't need