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.java3049 List<SoftApConnectedClientsEvent> softApEventList; in addSoftApConnectedClientsEvent() local
3052 softApEventList = mSoftApEventListTethered; in addSoftApConnectedClientsEvent()
3055 softApEventList = mSoftApEventListLocalOnly; in addSoftApConnectedClientsEvent()
3061 if (softApEventList.size() > MAX_NUM_SOFT_AP_EVENTS) { in addSoftApConnectedClientsEvent()
3066 softApEventList.add(event); in addSoftApConnectedClientsEvent()
3083 List<SoftApConnectedClientsEvent> softApEventList; in addSoftApChannelSwitchedEvent() local
3086 softApEventList = mSoftApEventListTethered; in addSoftApChannelSwitchedEvent()
3089 softApEventList = mSoftApEventListLocalOnly; in addSoftApChannelSwitchedEvent()
3095 for (int index = softApEventList.size() - 1; in addSoftApChannelSwitchedEvent()
3097 SoftApConnectedClientsEvent event = softApEventList.get(index); in addSoftApChannelSwitchedEvent()
[all …]