Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e7a12ed authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make ZenPolicy.Builder a final static inner class"

parents 80421043 4c9a4cdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41874,7 +41874,7 @@ package android.service.notification {
    field public static final int STATE_UNSET = 0; // 0x0
  }
  public static class ZenPolicy.Builder {
  public static final class ZenPolicy.Builder {
    ctor public ZenPolicy.Builder();
    method @NonNull public android.service.notification.ZenPolicy.Builder allowAlarms(boolean);
    method @NonNull public android.service.notification.ZenPolicy.Builder allowAllSounds();
+1 −1
Original line number Diff line number Diff line
@@ -358,7 +358,7 @@ public final class ZenPolicy implements Parcelable {
     * Provides a convenient way to set the various fields of a {@link ZenPolicy}.  If a field
     * is not set, it is (@link STATE_UNSET} and will not change the current set policy.
     */
    public static class Builder {
    public static final class Builder {
        private ZenPolicy mZenPolicy;

        public Builder() {