Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java404 private final List<SoftApConnectedClientsEvent> mSoftApEventListTethered = new ArrayList<>(); field in WifiMetrics
3789 softApEventList = mSoftApEventListTethered; in addSoftApConnectedClientsEvent()
3823 softApEventList = mSoftApEventListTethered; in addSoftApChannelSwitchedEvent()
3854 softApEventList = mSoftApEventListTethered; in updateSoftApConfiguration()
3890 softApEventList = mSoftApEventListTethered; in updateSoftApCapability()
4854 for (SoftApConnectedClientsEvent event : mSoftApEventListTethered) { in dump()
5591 if (mSoftApEventListTethered.size() > 0) { in consolidateProto()
5593 mSoftApEventListTethered.toArray( in consolidateProto()
5967 mSoftApEventListTethered.clear(); in clear()