Searched refs:getApRowCount (Results 1 – 6 of 6) sorted by relevance
32 protected int getApRowCount() { in getApRowCount() method in ContextualWifiScanWorker33 return ContextualWifiSlice.getApRowCount(); in getApRowCount()
112 protected int getApRowCount() { in getApRowCount() method in WifiScanWorker161 if (resultList.size() >= getApRowCount()) { in updateResults()
79 static int getApRowCount() { in getApRowCount() method in ContextualWifiSlice
91 assertThat(ContextualWifiSlice.getApRowCount()).isEqualTo(COLLAPSED_ROW_COUNT); in getWifiSlice_newSession_hasActiveConnection_shouldCollapseSlice()101 assertThat(ContextualWifiSlice.getApRowCount()).isEqualTo(DEFAULT_EXPANDED_ROW_COUNT); in getWifiSlice_newSession_noConnection_shouldExpandSlice()113 assertThat(ContextualWifiSlice.getApRowCount()).isEqualTo(DEFAULT_EXPANDED_ROW_COUNT); in getWifiSlice_previousExpanded_hasActiveConnection_shouldExpandSlice()126 assertThat(ContextualWifiSlice.getApRowCount()).isEqualTo(COLLAPSED_ROW_COUNT); in getWifiSlice_previousCollapsed_connectionLoss_shouldCollapseSlice()
149 public int getApRowCount() { in getApRowCount() method in NetworkProviderWorker
109 maxListSize = worker.getApRowCount(); in getSlice()