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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java218 // Set defaults to match the defaults of a Notification
509 public Builder setDefaults(int defaults) { argument
510 mNotification.defaults = defaults;
511 if ((defaults & Notification.DEFAULT_LIGHTS) != 0) {
661 * This defaults to the value passed to setContentTitle().
719 * This defaults to the value passed to setContentTitle().
781 * This defaults to the value passed to setContentTitle().
/frameworks/base/core/java/android/app/
H A DNotification.java71 * @see #defaults
81 * @see #defaults
91 * @see #defaults
213 * To play the default notification sound, see {@link #defaults}.
236 * To vibrate the default pattern, see {@link #defaults}.
270 * Specifies which values should be taken from the defaults.
277 public int defaults; field in class:Notification
291 * you pass are honored exactly. Use the system defaults (TODO) if possible
571 defaults = parcel.readInt();
641 that.defaults
1339 setDefaults(int defaults) argument
[all...]

Completed in 41 milliseconds