Searched refs:mActiveInterfaces (Results 1 – 1 of 1) sorted by relevance
158 private final Set<String> mActiveInterfaces = new ArraySet<>(); field in WifiDiagnostics186 if (mActiveInterfaces.contains(ifaceName)) { in startLogging()190 if (mActiveInterfaces.isEmpty()) { in startLogging()202 mActiveInterfaces.add(ifaceName); in startLogging()205 Log.d(TAG, "startLogging() iface list is " + mActiveInterfaces in startLogging()233 if (!mActiveInterfaces.contains(ifaceName)) { in stopLogging()238 mActiveInterfaces.remove(ifaceName); in stopLogging()240 Log.d(TAG, "stopLogging() iface list is " + mActiveInterfaces in stopLogging()243 if (!mActiveInterfaces.isEmpty()) { in stopLogging()543 if (!mActiveInterfaces.isEmpty()) { in enableVerboseLogging()