Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3818 int apUpEvent = isBridged ? SoftApConnectedClientsEvent.DUAL_AP_BOTH_INSTANCES_UP in addSoftApChannelSwitchedEvent() local
3835 if (event != null && event.eventType == apUpEvent) { in addSoftApChannelSwitchedEvent()
3864 int apUpEvent = isBridged ? SoftApConnectedClientsEvent.DUAL_AP_BOTH_INSTANCES_UP in updateSoftApConfiguration() local
3870 if (event != null && event.eventType == apUpEvent) { in updateSoftApConfiguration()
3900 int apUpEvent = isBridged ? SoftApConnectedClientsEvent.DUAL_AP_BOTH_INSTANCES_UP in updateSoftApCapability() local
3906 if (event != null && event.eventType == apUpEvent) { in updateSoftApCapability()