Searched refs:softApEventList (Results 1 – 1 of 1) sorted by relevance
3049 List<SoftApConnectedClientsEvent> softApEventList; in addSoftApConnectedClientsEvent() local3052 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() local3086 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 …]