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