Searched refs:getUnderlyingIfaceMtu (Results 1 – 2 of 2) sorted by relevance
206 doReturn(TEST_MTU).when(mDeps).getUnderlyingIfaceMtu(LOOPBACK_IFACE); in testBuildLinkProperties()228 verify(mDeps).getUnderlyingIfaceMtu(LOOPBACK_IFACE); in testBuildLinkProperties()232 doReturn(TEST_MTU - TEST_MTU_DELTA).when(mDeps).getUnderlyingIfaceMtu(LOOPBACK_IFACE); in testBuildLinkProperties()242 verify(mDeps, times(2)).getUnderlyingIfaceMtu(LOOPBACK_IFACE); in testBuildLinkProperties()
2322 underlyingMtu = mDeps.getUnderlyingIfaceMtu(underlyingLp.getInterfaceName()); in buildConnectedLinkProperties()2769 public int getUnderlyingIfaceMtu(String ifaceName) { in getUnderlyingIfaceMtu() method in VcnGatewayConnection.Dependencies