Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java3081 int apUpEvent = isBridged ? SoftApConnectedClientsEvent.DUAL_AP_BOTH_INSTANCES_UP in addSoftApChannelSwitchedEvent() local
3098 if (event != null && event.eventType == apUpEvent) { in addSoftApChannelSwitchedEvent()
3127 int apUpEvent = isBridged ? SoftApConnectedClientsEvent.DUAL_AP_BOTH_INSTANCES_UP in updateSoftApConfiguration() local
3133 if (event != null && event.eventType == apUpEvent) { in updateSoftApConfiguration()
3163 int apUpEvent = isBridged ? SoftApConnectedClientsEvent.DUAL_AP_BOTH_INSTANCES_UP in updateSoftApCapability() local
3169 if (event != null && event.eventType == apUpEvent) { in updateSoftApCapability()