Searched refs:mIpMemoryStoreService (Results 1 – 3 of 3) sorted by relevance
194 private final IpMemoryStoreService mIpMemoryStoreService; field in NetworkStackService.NetworkStackConnector290 mIpMemoryStoreService = mDeps.makeIpMemoryStoreService(context); in NetworkStackConnector()398 return mIpMemoryStoreService; in getIpMemoryStoreService()411 cb.onIpMemoryStoreFetched(mIpMemoryStoreService); in fetchIpMemoryStore()
135 @Mock private IpMemoryStoreService mIpMemoryStoreService; field in IpClientTest153 .thenReturn(mIpMemoryStoreService); in setUp()
262 @Mock private IpMemoryStoreService mIpMemoryStoreService; field in IpClientIntegrationTestCommon520 .thenReturn(mIpMemoryStoreService);