Searched refs:getCheckAutomaticallyConfiguration (Results 1 – 10 of 10) sorted by relevance
26 fun getCheckAutomaticallyConfiguration(): UpdatesConfiguration.CheckAutomaticallyConfiguration method
140 …delegate.getCheckAutomaticallyConfiguration() != UpdatesConfiguration.CheckAutomaticallyConfigurat… in waitForRemoteUpdate()
41 …every { mockDelegate.getCheckAutomaticallyConfiguration() } returns UpdatesConfiguration.CheckAuto… in setup()46 excludeRecords { mockDelegate.getCheckAutomaticallyConfiguration() } in setup()240 …every { mockDelegate.getCheckAutomaticallyConfiguration() } returns UpdatesConfiguration.CheckAuto… in testHandleException_CheckAutomaticallyNever()253 …every { mockDelegate.getCheckAutomaticallyConfiguration() } returns UpdatesConfiguration.CheckAuto… in testHandleException_CheckAutomaticallyNever_ContentAppeared()
478 override fun getCheckAutomaticallyConfiguration() = updatesConfiguration.checkOnLaunch in initializeErrorRecovery() method