Home
last modified time | relevance | path

Searched refs:maxNumAppAddedConfigs (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java1852 final int maxNumAppAddedConfigs = mContext.getResources().getInteger( in removeExcessNetworks() local
1856 if (maxNumTotalConfigs < 0 && (!callerIsApp || maxNumAppAddedConfigs < 0)) { in removeExcessNetworks()
1867 if (callerIsApp && maxNumAppAddedConfigs >= 0 in removeExcessNetworks()
1868 && networkList.size() > maxNumAppAddedConfigs) { in removeExcessNetworks()
1870 int numExcessAppAddedNetworks = appAddedNetworks.size() - maxNumAppAddedConfigs; in removeExcessNetworks()