Searched refs:includeRestricted (Results 1 – 2 of 2) sorted by relevance
128 String[] getAvailableInterfaces(boolean includeRestricted) { in getAvailableInterfaces() argument131 .filter(iface -> !iface.isRestricted() || includeRestricted) in getAvailableInterfaces()
183 String[] getInterfaces(boolean includeRestricted) { in getInterfaces() argument184 return mFactory.getAvailableInterfaces(includeRestricted); in getInterfaces()