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.java319 private final List<SoftApConnectedClientsEvent> mSoftApEventListLocalOnly = new ArrayList<>(); field in WifiMetrics
1922 softApEventList = mSoftApEventListLocalOnly; in addSoftApConnectedClientsEvent()
1948 softApEventList = mSoftApEventListLocalOnly; in addSoftApChannelSwitchedEvent()
2781 for (SoftApConnectedClientsEvent event : mSoftApEventListLocalOnly) { in dump()
3346 if (mSoftApEventListLocalOnly.size() > 0) { in consolidateProto()
3348 mSoftApEventListLocalOnly.toArray( in consolidateProto()
3617 mSoftApEventListLocalOnly.clear(); in clear()