Searched refs:getIpMemoryStore (Results 1 – 8 of 8) sorted by relevance
71 when(mWifiInjector.getIpMemoryStore()).thenReturn(mIpMemoryStore); in testStartInstallsItself()83 when(mWifiInjector.getIpMemoryStore()).thenReturn(mIpMemoryStore); in testThatStopDoesPendingWrites()111 when(mWifiInjector.getIpMemoryStore()).thenReturn(mIpMemoryStore); in wifiScoreCardReadShouldCallIpMemoryStoreRetrieveBlob()146 when(mWifiInjector.getIpMemoryStore()).thenReturn(mIpMemoryStore); in wifiScoreCardWriteShouldCallIpMemoryStoreStoreBlob()169 when(mWifiInjector.getIpMemoryStore()).thenReturn(mIpMemoryStore); in exceptionDisablesFurtherOperations()
97 mStore = getIpMemoryStore() in <lambda>()103 private fun getIpMemoryStore(): NetworkStackIpMemoryStore { in <lambda>() method
434 public NetworkStackIpMemoryStore getIpMemoryStore(Context context, in getIpMemoryStore() method in IpClientIntegrationTestCommon.Dependencies
167 mIpMemoryStore = mWifiInjector.getIpMemoryStore(); in start()
983 public IpMemoryStore getIpMemoryStore() { in getIpMemoryStore() method in WifiInjector
434 public NetworkStackIpMemoryStore getIpMemoryStore() { in getIpMemoryStore() method in DhcpClient.Dependencies482 mIpMemoryStore = deps.getIpMemoryStore(); in DhcpClient()
610 public NetworkStackIpMemoryStore getIpMemoryStore(Context context, in getIpMemoryStore() method in IpClient.Dependencies716 mIpMemoryStore = deps.getIpMemoryStore(context, nssManager); in IpClient()
167 when(mDependencies.getIpMemoryStore(mContext, mNetworkStackServiceManager)) in setUp()