Add implementation of getInterfaceHash()

Bug: 136065010
Test: m
Change-Id: I314f19aeca82cc8653eab71c9526ea7a208e6b50
This commit is contained in:
Paul Trautrim
2020-01-23 14:55:57 +09:00
parent 506d1bce91
commit ead2e7bbb1

View File

@@ -2962,6 +2962,11 @@ public class ConnectivityService extends IConnectivityManager.Stub
public int getInterfaceVersion() { public int getInterfaceVersion() {
return this.VERSION; return this.VERSION;
} }
@Override
public String getInterfaceHash() {
return this.HASH;
}
} }
private boolean networkRequiresPrivateDnsValidation(NetworkAgentInfo nai) { private boolean networkRequiresPrivateDnsValidation(NetworkAgentInfo nai) {