Searched refs:mSoftApManagers (Results 1 – 2 of 2) sorted by relevance
120 private final Set<SoftApManager> mSoftApManagers = new ArraySet<>(); field in ActiveModeWarden338 private final ArrayDeque<SoftApManager> mSoftApManagers = new ArrayDeque<>(); field in ActiveModeWarden.Graveyard356 if (mSoftApManagers.size() == INSTANCES_TO_KEEP) { in inter()357 mSoftApManagers.removeFirst(); in inter()359 mSoftApManagers.addLast(softApManager); in inter()369 pw.println("Stopped SoftApManagers: " + mSoftApManagers.size() + " total"); in dump()370 for (SoftApManager softApManager : mSoftApManagers) { in dump()1119 return !mClientModeManagers.isEmpty() || !mSoftApManagers.isEmpty(); in hasAnyModeManager()1134 return !mSoftApManagers.isEmpty(); in hasAnySoftApManager()1184 for (SoftApManager manager : mSoftApManagers) { in getSoftApManagerInRole()[all …]
110 private final Map<String, SoftApManager> mSoftApManagers = new ArrayMap<>(); field in HalDeviceManager381 mSoftApManagers.put(getName(apIface), softApManager); in createApIface()2322 SoftApManager softApManager = mSoftApManagers.get(name);2591 SoftApManager bridgedSoftApManager = mSoftApManagers.get(name);