Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiDiagnostics.java155 private final Set<String> mActiveInterfaces = new ArraySet<>(); field in WifiDiagnostics
183 if (mActiveInterfaces.contains(ifaceName)) { in startLogging()
187 if (mActiveInterfaces.isEmpty()) { in startLogging()
199 mActiveInterfaces.add(ifaceName); in startLogging()
202 Log.d(TAG, "startLogging() iface list is " + mActiveInterfaces in startLogging()
230 if (!mActiveInterfaces.contains(ifaceName)) { in stopLogging()
235 mActiveInterfaces.remove(ifaceName); in stopLogging()
237 Log.d(TAG, "stopLogging() iface list is " + mActiveInterfaces in stopLogging()
240 if (!mActiveInterfaces.isEmpty()) { in stopLogging()
555 if (!mActiveInterfaces.isEmpty()) { in enableVerboseLogging()