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