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

Commit 50420013 authored by Abhijith Shastry's avatar Abhijith Shastry Committed by Android (Google) Code Review
Browse files

Merge "Make BlockSuppressalStatus constructor public so that it can be...

Merge "Make BlockSuppressalStatus constructor public so that it can be constructed by the provider." into nyc-dev
parents ea2ccdf4 a4e836c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ public class BlockedNumberContract {
             */
            public final long untilTimestampMillis;

            BlockSuppressalStatus(boolean isSuppressed, long untilTimestampMillis) {
            public BlockSuppressalStatus(boolean isSuppressed, long untilTimestampMillis) {
                this.isSuppressed = isSuppressed;
                this.untilTimestampMillis = untilTimestampMillis;
            }