Searched refs:getRemoteLoadStatus (Results 1 – 10 of 10) sorted by relevance
45 excludeRecords { mockDelegate.getRemoteLoadStatus() } in setup()51 …every { mockDelegate.getRemoteLoadStatus() } returns ErrorRecoveryDelegate.RemoteLoadStatus.NEW_UP… in testHandleException_NewWorkingUpdateAlreadyLoaded()63 …every { mockDelegate.getRemoteLoadStatus() } returns ErrorRecoveryDelegate.RemoteLoadStatus.NEW_UP… in testHandleException_NewWorkingUpdateAlreadyLoaded_ContentAppeared()75 …every { mockDelegate.getRemoteLoadStatus() } returns ErrorRecoveryDelegate.RemoteLoadStatus.NEW_UP… in testHandleException_NewUpdateLoaded_RelaunchFails()88 …every { mockDelegate.getRemoteLoadStatus() } returns ErrorRecoveryDelegate.RemoteLoadStatus.NEW_UP… in testHandleException_NewWorkingUpdateLoading()118 …every { mockDelegate.getRemoteLoadStatus() } returns ErrorRecoveryDelegate.RemoteLoadStatus.NEW_UP… in testHandleException_NewBrokenUpdateLoaded_WorkingUpdateCached()203 every { mockDelegate.getRemoteLoadStatus() } returns ErrorRecoveryDelegate.RemoteLoadStatus.IDLE in testHandleException_NoRemoteUpdate()221 every { mockDelegate.getRemoteLoadStatus() } returns ErrorRecoveryDelegate.RemoteLoadStatus.IDLE in testHandleException_NoRemoteUpdate_ContentAppeared()239 every { mockDelegate.getRemoteLoadStatus() } returns ErrorRecoveryDelegate.RemoteLoadStatus.IDLE in testHandleException_CheckAutomaticallyNever()252 every { mockDelegate.getRemoteLoadStatus() } returns ErrorRecoveryDelegate.RemoteLoadStatus.IDLE in testHandleException_CheckAutomaticallyNever_ContentAppeared()[all …]
25 fun getRemoteLoadStatus(): RemoteLoadStatus method
134 val remoteLoadStatus = delegate.getRemoteLoadStatus() in waitForRemoteUpdate()145 … if (delegate.getRemoteLoadStatus() != ErrorRecoveryDelegate.RemoteLoadStatus.NEW_UPDATE_LOADING) { in waitForRemoteUpdate()
477 override fun getRemoteLoadStatus() = remoteLoadStatus in initializeErrorRecovery() method