Home
last modified time | relevance | path

Searched refs:mWolSupportedInterfaces (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java737 private Set<String> mWolSupportedInterfaces; field in ConnectivityService
7178 if (mWolSupportedInterfaces == null) { in updateWakeOnLan()
7179 mWolSupportedInterfaces = new ArraySet<>(mResources.get().getStringArray( in updateWakeOnLan()
7182 lp.setWakeOnLanSupported(mWolSupportedInterfaces.contains(lp.getInterfaceName())); in updateWakeOnLan()