Searched refs:getSizeOfLocationInRegistry (Results 1 – 3 of 3) sorted by relevance
126 assertThat(featureManager.getSizeOfLocationInRegistry(Location.COMPOSE_TOP)).isEqualTo(2) in <lambda>()136 assertThat(featureManagerTwo.getSizeOfLocationInRegistry(Location.COMPOSE_TOP)).isEqualTo(0) in <lambda>()
61 if (LocalFeatureManager.current.getSizeOfLocationInRegistry(Location.OVERFLOW_MENU_ITEMS) > 0) { in OverflowMenu()
332 fun getSizeOfLocationInRegistry(location: Location): Int { in getSizeOfLocationInRegistry() method