Searched refs:mWolSupportedInterfaces (Results 1 – 1 of 1) sorted by relevance
737 private Set<String> mWolSupportedInterfaces; field in ConnectivityService7199 if (mWolSupportedInterfaces == null) { in updateWakeOnLan()7200 mWolSupportedInterfaces = new ArraySet<>(mResources.get().getStringArray( in updateWakeOnLan()7203 lp.setWakeOnLanSupported(mWolSupportedInterfaces.contains(lp.getInterfaceName())); in updateWakeOnLan()