Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiChipHidlImplTest.java289 sarInfo.sarSapSupported = false; in testSelectTxPowerScenario_1_1()
311 sarInfo.sarSapSupported = false; in testSelectTxPowerScenario_1_2()
347 sarInfo.sarSapSupported = false; in testResetTxPowerScenario_1_1()
369 sarInfo.sarSapSupported = false; in testResetTxPowerScenario_not_needed_1_1()
396 sarInfo.sarSapSupported = false; in testResetTxPowerScenario_1_2()
418 sarInfo.sarSapSupported = false; in testResetTxPowerScenario_not_needed_1_2()
445 sarInfo.sarSapSupported = true; in testSapScenarios_SelectTxPowerV1_2()
467 sarInfo.sarSapSupported = true; in testVoiceCallScenarios_SelectTxPowerV1_2()
490 sarInfo.sarSapSupported = true; in testEarPieceScenarios_SelectTxPowerV1_2()
515 sarInfo.sarSapSupported = true; in testSetTxPowerScenario_not_needed_1_2()
[all …]
DWifiChipAidlImplTest.java210 sarInfo.sarSapSupported = false; in testSelectTxPowerScenario()
228 sarInfo.sarSapSupported = true; in testSelectTxPowerScenario_SapScenarios()
246 sarInfo.sarSapSupported = true; in testSelectTxPowerScenario_VoiceCallScenarios()
264 sarInfo.sarSapSupported = true; in testSelectTxPowerScenario_EarPieceScenarios()
283 sarInfo.sarSapSupported = true; in testSelectTxPowerScenario_head_sap_call()
298 sarInfo.sarSapSupported = false; in testResetTxPowerScenario()
316 sarInfo.sarSapSupported = true; in testSetTxPowerScenarioNotNeeded()
340 sarInfo.sarSapSupported = false; in testResetTxPowerScenarioNotNeeded()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSarInfo.java58 public boolean sarSapSupported; field in SarInfo
DSarManager.java232 mSarInfo.sarSapSupported = mSupportSarSoftAp; in setSarConfigsInInfo()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiChipAidlImpl.java1444 if (sarInfo.sarSapSupported && sarInfo.isWifiSapEnabled) { in sarPowerBackoffRequired()
1462 if (sarInfo.sarSapSupported && sarInfo.sarVoiceCallSupported) { in frameworkToHalTxPowerScenario()
DWifiChipHidlImpl.java2234 if (sarInfo.sarSapSupported && sarInfo.isWifiSapEnabled) { in sarPowerBackoffRequired_1_2()
2254 if (sarInfo.sarSapSupported && sarInfo.sarVoiceCallSupported) { in frameworkToHalTxPowerScenario_1_2()