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