Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java131 private final Set<String> mActiveInterfaces = new ArraySet<>(); field in WifiDiagnostics
166 if (mActiveInterfaces.contains(ifaceName)) { in startLogging()
170 if (mActiveInterfaces.isEmpty()) { in startLogging()
182 mActiveInterfaces.add(ifaceName); in startLogging()
184 Log.d(TAG, "startLogging() iface list is " + mActiveInterfaces in startLogging()
215 if (!mActiveInterfaces.contains(ifaceName)) { in stopLogging()
220 mActiveInterfaces.remove(ifaceName); in stopLogging()
222 Log.d(TAG, "stopLogging() iface list is " + mActiveInterfaces in stopLogging()
225 if (!mActiveInterfaces.isEmpty()) { in stopLogging()
481 if (!mActiveInterfaces.isEmpty()) { in enableVerboseLogging()