Merge "Update to positive logic to better match the method naming" am: 1c7bc039ea am: 37fc16ad0a am: 656901d024 am: 40bf5f95e9

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1450336

Change-Id: I111b7fa8eaecbec7e65357f7b9aa9b3f369d00c9
This commit is contained in:
Chiachang Wang
2020-10-07 10:19:15 +00:00
committed by Automerger Merge Worker

View File

@@ -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;
}
}