Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java317 private final List<SoftApConnectedClientsEvent> mSoftApEventListTethered = new ArrayList<>(); field in WifiMetrics
1919 softApEventList = mSoftApEventListTethered; in addSoftApConnectedClientsEvent()
1945 softApEventList = mSoftApEventListTethered; in addSoftApChannelSwitchedEvent()
2771 for (SoftApConnectedClientsEvent event : mSoftApEventListTethered) { in dump()
3341 if (mSoftApEventListTethered.size() > 0) { in consolidateProto()
3343 mSoftApEventListTethered.toArray( in consolidateProto()
3616 mSoftApEventListTethered.clear(); in clear()