Searched refs:getDefaultStartPage (Results 1 – 3 of 3) sorted by relevance
31 assertThat(sppRepoEmpty.getDefaultStartPage()).isEqualTo("") in rootPages_empty()44 assertThat(sppRepoNull.getDefaultStartPage()).isEqualTo("NULL") in rootPages_single()58 assertThat(sppRepo.getDefaultStartPage()).isEqualTo("Spp1") in rootPages_twoPages()
35 fun getDefaultStartPage(): String { in getDefaultStartPage() method
126 controller.InitialDestination(initialIntent, sppRepository.getDefaultStartPage()) in BrowseContent()