Searched refs:mIpMemoryStoreService (Results 1 – 3 of 3) sorted by relevance
202 private final IpMemoryStoreService mIpMemoryStoreService; field in NetworkStackService.NetworkStackConnector297 mIpMemoryStoreService = mDeps.makeIpMemoryStoreService(context); in NetworkStackConnector()399 return mIpMemoryStoreService; in getIpMemoryStoreService()412 cb.onIpMemoryStoreFetched(mIpMemoryStoreService); in fetchIpMemoryStore()
173 @Mock private IpMemoryStoreService mIpMemoryStoreService; field in IpClientTest194 .thenReturn(mIpMemoryStoreService); in setUp()
364 @Mock private IpMemoryStoreService mIpMemoryStoreService; field in IpClientIntegrationTestCommon810 .thenReturn(mIpMemoryStoreService);