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

Commit 4c9a4cdc authored by Beverly's avatar Beverly
Browse files

Make ZenPolicy.Builder a final static inner class

Fixes: 126698794
Test: atest ZenPolicyTest
Change-Id: I847831136fa017419eba3a00ce31091cfdb08d45
parent 4fd37149
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41870,7 +41870,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() {