Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java384 private final List<SoftApConnectedClientsEvent> mSoftApEventListLocalOnly = new ArrayList<>(); field in WifiMetrics
3055 softApEventList = mSoftApEventListLocalOnly; in addSoftApConnectedClientsEvent()
3089 softApEventList = mSoftApEventListLocalOnly; in addSoftApChannelSwitchedEvent()
3120 softApEventList = mSoftApEventListLocalOnly; in updateSoftApConfiguration()
3156 softApEventList = mSoftApEventListLocalOnly; in updateSoftApCapability()
4123 for (SoftApConnectedClientsEvent event : mSoftApEventListLocalOnly) { in dump()
4846 if (mSoftApEventListLocalOnly.size() > 0) { in consolidateProto()
4848 mSoftApEventListLocalOnly.toArray( in consolidateProto()
5220 mSoftApEventListLocalOnly.clear(); in clear()