Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java334 private final List<SoftApConnectedClientsEvent> mSoftApEventListLocalOnly = new ArrayList<>(); field in WifiMetrics
2536 softApEventList = mSoftApEventListLocalOnly; in addSoftApConnectedClientsEvent()
2562 softApEventList = mSoftApEventListLocalOnly; in addSoftApChannelSwitchedEvent()
2591 softApEventList = mSoftApEventListLocalOnly; in updateSoftApConfiguration()
2623 softApEventList = mSoftApEventListLocalOnly; in updateSoftApCapability()
3546 for (SoftApConnectedClientsEvent event : mSoftApEventListLocalOnly) { in dump()
4206 if (mSoftApEventListLocalOnly.size() > 0) { in consolidateProto()
4208 mSoftApEventListLocalOnly.toArray( in consolidateProto()
4557 mSoftApEventListLocalOnly.clear(); in clear()