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.java301 private final List<SoftApConnectedClientsEvent> mSoftApEventListTethered = new ArrayList<>(); field in WifiMetrics
1814 softApEventList = mSoftApEventListTethered; in addSoftApConnectedClientsEvent()
1840 softApEventList = mSoftApEventListTethered; in addSoftApChannelSwitchedEvent()
2666 for (SoftApConnectedClientsEvent event : mSoftApEventListTethered) { in dump()
3216 if (mSoftApEventListTethered.size() > 0) { in consolidateProto()
3218 mSoftApEventListTethered.toArray( in consolidateProto()
3474 mSoftApEventListTethered.clear(); in clear()