Home | History | Annotate | Download | only in app

Lines Matching defs:defaults

70      * @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;
290 * you pass are honored exactly. Use the system defaults (TODO) if possible
570 defaults = parcel.readInt();
640 that.defaults = this.defaults;
720 parcel.writeInt(defaults);
846 // TODO(dsandler): defaults take precedence over local values, so reorder the branches below
859 } else if ((this.defaults & DEFAULT_VIBRATE) != 0) {
867 } else if ((this.defaults & DEFAULT_SOUND) != 0) {
872 sb.append(" defaults=0x");
873 sb.append(Integer.toHexString(this.defaults));
952 * Constructs a new Builder with the defaults:
973 // Set defaults to match the defaults of a Notification
1299 * Set which notification properties will be inherited from system defaults.
1307 public Builder setDefaults(int defaults) {
1308 mDefaults = defaults;
1565 n.defaults = mDefaults;
1625 * This defaults to the value passed to setContentTitle().
1669 // The last line defaults to the subtext, but can be replaced by mSummaryText
1719 * This defaults to the value passed to setContentTitle().
1797 * This defaults to the value passed to setContentTitle().
1877 * This defaults to the value passed to setContentTitle().