Searched refs:WIFI_FEATURE_LOW_LATENCY (Results 1 – 6 of 6) sorted by relevance
532 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testHiPerfLockAcquireCauseDisablePS()563 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testHiPerfLockReleaseCauseEnablePS()705 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testHiPerfLockAcquireFail()1012 .thenReturn(WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockAcquireCauseLlEnableNew()1052 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockReleaseCauseLlDisable()1091 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockReleaseFailure()1121 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyfail2DisablePowerSave()1150 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoScreenOff()1189 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoBackground()1232 .thenReturn((long) WifiManager.WIFI_FEATURE_LOW_LATENCY); in testLatencyLockGoForeground()[all …]
174 WifiManager.WIFI_FEATURE_LOW_LATENCY in testChipFeatureMaskTranslation_1_3()
858 if ((supportedFeatures & WifiManager.WIFI_FEATURE_LOW_LATENCY) != 0) { in getLowLatencyModeSupport()
1605 features |= WifiManager.WIFI_FEATURE_LOW_LATENCY; in halToFrameworkChipFeatureSet()
1777 {WifiManager.WIFI_FEATURE_LOW_LATENCY,
3892 public static final long WIFI_FEATURE_LOW_LATENCY = 1L << 30; // Low Latency modes field in WifiManager4229 return isFeatureSupported(WIFI_FEATURE_LOW_LATENCY); in isLowLatencyModeSupported()