Searched refs:setMaxEntriesCount (Results 1 – 4 of 4) sorted by relevance
167 mInternetAdapter.setMaxEntriesCount(maxCount); in setMaxEntriesCount_maxCountLessThenZero_doNothing()178 mInternetAdapter.setMaxEntriesCount(maxCount); in setMaxEntriesCount_maxCountGreaterThenWifiCount_updateMaxCount()190 mInternetAdapter.setMaxEntriesCount(maxCount); in setMaxEntriesCount_maxCountLessThenWifiCount_updateBothCount()
399 verify(mInternetAdapter).setMaxEntriesCount(3); in updateDialog_wifiOnAndNoWifiEntry_showWifiListAndSeeAllArea()414 verify(mInternetAdapter).setMaxEntriesCount(3); in updateDialog_wifiOnAndOneWifiEntry_showWifiListAndSeeAllArea()428 verify(mInternetAdapter).setMaxEntriesCount(2); in updateDialog_wifiOnAndHasConnectedWifi_showAllWifiAndSeeAllArea()443 verify(mInternetAdapter).setMaxEntriesCount(3); in updateDialog_wifiOnAndHasMaxWifiList_showWifiListAndSeeAll()457 verify(mInternetAdapter).setMaxEntriesCount(2); in updateDialog_wifiOnAndHasBothWifiEntry_showBothWifiEntryAndSeeAll()
116 public void setMaxEntriesCount(int count) { in setMaxEntriesCount() method in InternetAdapter
640 mAdapter.setMaxEntriesCount(wifiListMaxCount); in updateWifiListAndSeeAll()