Searched refs:getUnderlyingIfaceMtu (Results 1 – 2 of 2) sorted by relevance
211 doReturn(TEST_MTU).when(mDeps).getUnderlyingIfaceMtu(LOOPBACK_IFACE); in testBuildLinkProperties()233 verify(mDeps).getUnderlyingIfaceMtu(LOOPBACK_IFACE); in testBuildLinkProperties()237 doReturn(TEST_MTU - TEST_MTU_DELTA).when(mDeps).getUnderlyingIfaceMtu(LOOPBACK_IFACE); in testBuildLinkProperties()247 verify(mDeps, times(2)).getUnderlyingIfaceMtu(LOOPBACK_IFACE); in testBuildLinkProperties()
2357 underlyingMtu = mDeps.getUnderlyingIfaceMtu(underlyingLp.getInterfaceName()); in buildConnectedLinkProperties()2821 public int getUnderlyingIfaceMtu(String ifaceName) { in getUnderlyingIfaceMtu() method in VcnGatewayConnection.Dependencies