Merge "Remove the usage of SystemProperties.set()" am: fe1f37de9c
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1465504 Change-Id: I66e32ac8164fce2e205c49e407eb901994bcd5c8
This commit is contained in:
@@ -38,9 +38,4 @@ public class MockableSystemProperties {
|
|||||||
public void setTcpInitRwnd(int value) {
|
public void setTcpInitRwnd(int value) {
|
||||||
NetworkProperties.tcp_init_rwnd(value);
|
NetworkProperties.tcp_init_rwnd(value);
|
||||||
}
|
}
|
||||||
// TODO(b/33308258): SystemProperties.set() will not be accessible if ConnectivityService
|
|
||||||
// becomes a mainline module. Remove it and replace the usage after removing net.dns*.
|
|
||||||
public void set(String key, String value) {
|
|
||||||
SystemProperties.set(key, value);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user