Searched refs:getLiteIndexSortAtIndexing (Results 1 – 4 of 4) sorted by relevance
196 boolean getLiteIndexSortAtIndexing(); in getLiteIndexSortAtIndexing() method
311 .setLiteIndexSortAtIndexing(mConfig.getLiteIndexSortAtIndexing()) in AppSearchImpl()
165 assertThat(appSearchConfig.getLiteIndexSortAtIndexing()).isEqualTo( in testDefaultValues_allCachedValue()705 assertThat(appSearchConfig.getLiteIndexSortAtIndexing()).isEqualTo(true); in testCustomizedValue_icingOptions()775 assertThat(appSearchConfig.getLiteIndexSortAtIndexing()).isEqualTo(false); in testCustomizedValueOverride_icingOptions()983 () -> appSearchConfig.getLiteIndexSortAtIndexing()); in testNotUsable_afterClose()
574 public boolean getLiteIndexSortAtIndexing() { in getLiteIndexSortAtIndexing() method in FrameworkServiceAppSearchConfig