Searched refs:shouldUseCustomOrder (Results 1 – 2 of 2) sorted by relevance
109 assertThat(mController.shouldUseCustomOrder()).isFalse(); in maybePublishAppList_publishing_defaultOrder()131 assertThat(mController.shouldUseCustomOrder()).isTrue(); in maybePublishAppList_publishing_customOrder()158 assertThat(mController.shouldUseCustomOrder()).isFalse(); in setAppPosition_postValue()
155 if (shouldUseCustomOrder()) { in maybePublishAppList()184 boolean shouldUseCustomOrder() { in shouldUseCustomOrder() method in AppOrderController