Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLockManager.java51 private int mLatencyModeSupport = LOW_LATENCY_SUPPORT_UNDEFINED; field in WifiLockManager
639 if (mLatencyModeSupport == LOW_LATENCY_SUPPORT_UNDEFINED) { in getLowLatencyModeSupport()
648 mLatencyModeSupport = LOW_LATENCY_SUPPORTED; in getLowLatencyModeSupport()
650 mLatencyModeSupport = LOW_LATENCY_NOT_SUPPORTED; in getLowLatencyModeSupport()
655 return mLatencyModeSupport; in getLowLatencyModeSupport()