Searched refs:setMaxEntriesCount (Results 1 – 4 of 4) sorted by relevance
170 mInternetAdapter.setMaxEntriesCount(maxCount); in setMaxEntriesCount_maxCountLessThenZero_doNothing()181 mInternetAdapter.setMaxEntriesCount(maxCount); in setMaxEntriesCount_maxCountGreaterThenWifiCount_updateMaxCount()193 mInternetAdapter.setMaxEntriesCount(maxCount); in setMaxEntriesCount_maxCountLessThenWifiCount_updateBothCount()
315 verify(mInternetAdapter).setMaxEntriesCount(3); in updateDialog_wifiOnAndNoWifiEntry_showWifiListAndSeeAllArea()330 verify(mInternetAdapter).setMaxEntriesCount(3); in updateDialog_wifiOnAndOneWifiEntry_showWifiListAndSeeAllArea()344 verify(mInternetAdapter).setMaxEntriesCount(2); in updateDialog_wifiOnAndHasConnectedWifi_showAllWifiAndSeeAllArea()359 verify(mInternetAdapter).setMaxEntriesCount(3); in updateDialog_wifiOnAndHasMaxWifiList_showWifiListAndSeeAll()373 verify(mInternetAdapter).setMaxEntriesCount(2); in updateDialog_wifiOnAndHasBothWifiEntry_showBothWifiEntryAndSeeAll()
110 public void setMaxEntriesCount(int count) { in setMaxEntriesCount() method in InternetAdapter
472 mAdapter.setMaxEntriesCount(wifiListMaxCount); in updateWifiListAndSeeAll()