Merge "Make BlockSuppressalStatus constructor public so that it can be constructed by the provider." into nyc-dev
am: 5042001350
* commit '5042001350bcc74fc58a77eb1122dc4a64a703df':
Make BlockSuppressalStatus constructor public so that it can be constructed by the provider.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user