Searched refs:maxNumTotalConfigs (Results 1 – 1 of 1) sorted by relevance
1850 final int maxNumTotalConfigs = mContext.getResources().getInteger( in removeExcessNetworks() local1856 if (maxNumTotalConfigs < 0 && (!callerIsApp || maxNumAppAddedConfigs < 0)) { in removeExcessNetworks()1863 if (maxNumTotalConfigs >= 0) { in removeExcessNetworks()1864 numExcessNetworks = networkList.size() - maxNumTotalConfigs; in removeExcessNetworks()