Home
last modified time | relevance | path

Searched refs:getNetd (Results 1 – 13 of 13) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/
DTcpSocketTrackerTest.java226 when(mDependencies.getNetd()).thenReturn(mNetd); in setUp()
334 verify(mDependencies).getNetd(); in testTcpInfoParsingUnsupported()
/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java148 mNetd = mDependencies.getNetd(); in TcpSocketTracker()
600 public INetd getNetd() { in getNetd() method in TcpSocketTracker.Dependencies
/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java52 mNetd = deps.getNetd(); in BpfCoordinatorShimImpl()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DNetworkManagementServiceTest.java101 public INetd getNetd() { in getNetd() method in NetworkManagementServiceTest.MockDependencies
DConnectivityServiceTest.java1479 public INetd getNetd() { in makeVpnManagerService()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java266 @NonNull public abstract INetd getNetd(); in getNetd() method in BpfCoordinator.Dependencies
393 mNetd = mDeps.getNetd(); in BpfCoordinator()
DTethering.java351 public INetd getNetd() { in Tethering()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java554 public INetd getNetd(Context context) { in getNetd() method in IpClient.Dependencies
657 mNetd = deps.getNetd(mContext); in IpClient()
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java149 when(mDependencies.getNetd(any())).thenReturn(mNetd); in setUp()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java246 public INetd getNetd() {
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java291 public INetd getNetd() { in setUp()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTestCommon.java386 public INetd getNetd(Context context) { in getNetd() method in IpClientIntegrationTestCommon.Dependencies
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java500 when(mTstDependencies.getNetd()).thenReturn(mNetd); in setUp()