Searched defs:defaults (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java103 // Set defaults to match the defaults of a Notification
364 public Builder setDefaults(int defaults) { argument
365 mNotification.defaults = defaults;
366 if ((defaults & Notification.DEFAULT_LIGHTS) != 0) {
/frameworks/base/core/java/android/app/
H A DNotification.java70 * @see #defaults
80 * @see #defaults
90 * @see #defaults
212 * To play the default notification sound, see {@link #defaults}.
235 * To vibrate the default pattern, see {@link #defaults}.
269 * Specifies which values should be taken from the defaults.
276 public int defaults; field in class:Notification
290 * you pass are honored exactly. Use the system defaults (TODO) if possible
570 defaults = parcel.readInt();
640 that.defaults
1307 setDefaults(int defaults) argument
[all...]

Completed in 88 milliseconds