Merge "Update to positive logic to better match the method naming" am: 1c7bc039ea
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1450336 Change-Id: Ib01ae19fb846fdd75cf792e85dc1776a4a6876ee
This commit is contained in:
@@ -1263,7 +1263,7 @@ public class VpnTest {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean checkInterfacePresent(final Vpn vpn, final String iface) {
|
||||
public boolean isInterfacePresent(final Vpn vpn, final String iface) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user