Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java120 private final Set<SoftApManager> mSoftApManagers = new ArraySet<>(); field in ActiveModeWarden
338 private final ArrayDeque<SoftApManager> mSoftApManagers = new ArrayDeque<>(); field in ActiveModeWarden.Graveyard
356 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 …]
DHalDeviceManager.java110 private final Map<String, SoftApManager> mSoftApManagers = new ArrayMap<>(); field in HalDeviceManager
381 mSoftApManagers.put(getName(apIface), softApManager); in createApIface()
2322 SoftApManager softApManager = mSoftApManagers.get(name);
2591 SoftApManager bridgedSoftApManager = mSoftApManagers.get(name);