Searched refs:makeLeaseRepository (Results 1 – 2 of 2) sorted by relevance
172 DhcpLeaseRepository makeLeaseRepository(@NonNull DhcpServingParams servingParams, in makeLeaseRepository() method209 public DhcpLeaseRepository makeLeaseRepository(@NonNull DhcpServingParams servingParams, in makeLeaseRepository() method in DhcpServer.DependenciesImpl264 mLeaseRepo = deps.makeLeaseRepository(mServingParams, mLog, mClock); in DhcpServer()
197 when(mDeps.makeLeaseRepository(any(), any(), any())).thenReturn(mRepository); in setUp()