Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLockManager.java63 private int mLatencyModeSupport = LOW_LATENCY_SUPPORT_UNDEFINED; field in WifiLockManager
848 if (mLatencyModeSupport != LOW_LATENCY_SUPPORT_UNDEFINED) { in getLowLatencyModeSupport()
849 return mLatencyModeSupport; in getLowLatencyModeSupport()
859 mLatencyModeSupport = LOW_LATENCY_SUPPORTED; in getLowLatencyModeSupport()
861 mLatencyModeSupport = LOW_LATENCY_NOT_SUPPORTED; in getLowLatencyModeSupport()
863 return mLatencyModeSupport; in getLowLatencyModeSupport()