Searched refs:mActiveInterfaces (Results 1 – 1 of 1) sorted by relevance
140 private final Set<String> mActiveInterfaces = new ArraySet<>(); field in WifiDiagnostics167 if (mActiveInterfaces.contains(ifaceName)) { in startLogging()171 if (mActiveInterfaces.isEmpty()) { in startLogging()183 mActiveInterfaces.add(ifaceName); in startLogging()185 Log.d(TAG, "startLogging() iface list is " + mActiveInterfaces in startLogging()216 if (!mActiveInterfaces.contains(ifaceName)) { in stopLogging()221 mActiveInterfaces.remove(ifaceName); in stopLogging()223 Log.d(TAG, "stopLogging() iface list is " + mActiveInterfaces in stopLogging()226 if (!mActiveInterfaces.isEmpty()) { in stopLogging()499 if (!mActiveInterfaces.isEmpty()) { in enableVerboseLogging()