Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3786 List<SoftApConnectedClientsEvent> softApEventList; in addSoftApConnectedClientsEvent() local
3789 softApEventList = mSoftApEventListTethered; in addSoftApConnectedClientsEvent()
3792 softApEventList = mSoftApEventListLocalOnly; in addSoftApConnectedClientsEvent()
3798 if (softApEventList.size() > MAX_NUM_SOFT_AP_EVENTS) { in addSoftApConnectedClientsEvent()
3803 softApEventList.add(event); in addSoftApConnectedClientsEvent()
3820 List<SoftApConnectedClientsEvent> softApEventList; in addSoftApChannelSwitchedEvent() local
3823 softApEventList = mSoftApEventListTethered; in addSoftApChannelSwitchedEvent()
3826 softApEventList = mSoftApEventListLocalOnly; in addSoftApChannelSwitchedEvent()
3832 for (int index = softApEventList.size() - 1; in addSoftApChannelSwitchedEvent()
3834 SoftApConnectedClientsEvent event = softApEventList.get(index); in addSoftApChannelSwitchedEvent()
[all …]