Searched refs:shouldShowXLevelIcon (Results 1 – 5 of 5) sorted by relevance
287 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(false); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()292 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(true); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()297 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(true); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()302 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(false); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()307 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(true); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()
752 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(false); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()757 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(true); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()762 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(true); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()767 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(false); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()772 assertThat(entry.shouldShowXLevelIcon()).isEqualTo(true); in testShouldShowXLevelIcon_unvalidatedOrNotDefault_returnsTrue()
332 public boolean shouldShowXLevelIcon() { in shouldShowXLevelIcon() method in WifiEntry1077 .append(shouldShowXLevelIcon() ? "X" : "") in toString()
140 final boolean showX = mWifiEntry.shouldShowXLevelIcon(); in refresh()
182 when(mMockWifiEntry.shouldShowXLevelIcon()).thenReturn(true); in levelChanged_showXWifiRefresh_shouldUpdateLevelIcon()