Searched refs:getDownloadedFiles (Results 1 – 4 of 4) sorted by relevance
118 assertThat(OTAResourcesManager.getDownloadedFiles()).isNull(); in testGetDownloadedFiles_futureExecutionException()137 assertThat(OTAResourcesManager.getDownloadedFiles()).isNull(); in testGetDownloadedFiles_futureInterruptedException()154 assertThat(OTAResourcesManager.getDownloadedFiles()).isNull(); in testGetDownloadedFiles_nullFileGroup()169 assertThat(OTAResourcesManager.getDownloadedFiles()).hasSize(0); in testGetDownloadedFiles_emptyClientFileGroup()186 assertThat(OTAResourcesManager.getDownloadedFiles()).isNull(); in testGetDownloadedFiles_pendingClientFileGroup()208 assertThat(OTAResourcesManager.getDownloadedFiles()).hasSize(1); in testGetDownloadedFiles_validClientFileGroup()
87 Map<String, ClientFile> downloadedOTAFiles = getDownloadedFiles(); in refreshOTAResources()162 static @Nullable Map<String, ClientFile> getDownloadedFiles() { in getDownloadedFiles() method in OTAResourcesManager
178 getDownloadedFiles()); in getInstance()192 static @Nullable Map<String, ClientFile> getDownloadedFiles() { in getDownloadedFiles() method in ModelManager
94 ExtendedMockito.doReturn(null).when(() -> ModelManager.getDownloadedFiles()); in setUp()