Searched refs:getNetd (Results 1 – 6 of 6) sorted by relevance
227 when(mDependencies.getNetd()).thenReturn(mNetd); in setUp()335 verify(mDependencies).getNetd(); in testTcpInfoParsingUnsupported()
147 mNetd = mDependencies.getNetd(); in TcpSocketTracker()599 public INetd getNetd() { in getNetd() method in TcpSocketTracker.Dependencies
512 public INetd getNetd(Context context) { in getNetd() method in IpClient.Dependencies590 mNetd = deps.getNetd(mContext); in IpClient()
136 when(mDependencies.getNetd(any())).thenReturn(mNetd); in setUp()
304 public INetd getNetd(Context context) { in getNetd() method in IpClientIntegrationTest.Dependencies
479 when(mTstDependencies.getNetd()).thenReturn(mNetd); in setUp()