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