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