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.java382 private final List<SoftApConnectedClientsEvent> mSoftApEventListTethered = new ArrayList<>(); field in WifiMetrics
3052 softApEventList = mSoftApEventListTethered; in addSoftApConnectedClientsEvent()
3086 softApEventList = mSoftApEventListTethered; in addSoftApChannelSwitchedEvent()
3117 softApEventList = mSoftApEventListTethered; in updateSoftApConfiguration()
3153 softApEventList = mSoftApEventListTethered; in updateSoftApCapability()
4101 for (SoftApConnectedClientsEvent event : mSoftApEventListTethered) { in dump()
4841 if (mSoftApEventListTethered.size() > 0) { in consolidateProto()
4843 mSoftApEventListTethered.toArray( in consolidateProto()
5219 mSoftApEventListTethered.clear(); in clear()