Searched refs:maxNumAppAddedConfigs (Results 1 – 1 of 1) sorted by relevance
1852 final int maxNumAppAddedConfigs = mContext.getResources().getInteger( in removeExcessNetworks() local1856 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()