Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiChipHidlImplTest.java288 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario_1_1()
310 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario_1_2()
346 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_1_1()
368 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_not_needed_1_1()
395 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_1_2()
417 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_not_needed_1_2()
444 sarInfo.sarVoiceCallSupported = true; in testSapScenarios_SelectTxPowerV1_2()
466 sarInfo.sarVoiceCallSupported = true; in testVoiceCallScenarios_SelectTxPowerV1_2()
489 sarInfo.sarVoiceCallSupported = true; in testEarPieceScenarios_SelectTxPowerV1_2()
514 sarInfo.sarVoiceCallSupported = true; in testSetTxPowerScenario_not_needed_1_2()
[all …]
DWifiChipAidlImplTest.java209 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario()
227 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario_SapScenarios()
245 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario_VoiceCallScenarios()
263 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario_EarPieceScenarios()
282 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario_head_sap_call()
297 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario()
315 sarInfo.sarVoiceCallSupported = true; in testSetTxPowerScenarioNotNeeded()
339 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenarioNotNeeded()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSarInfo.java57 public boolean sarVoiceCallSupported; field in SarInfo
DSarManager.java231 mSarInfo.sarVoiceCallSupported = mSupportSarVoiceCall; in setSarConfigsInInfo()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiChipHidlImpl.java2207 if (sarInfo.sarVoiceCallSupported) { in sarPowerBackoffRequired_1_1()
2222 if (sarInfo.sarVoiceCallSupported && (sarInfo.isVoiceCall || sarInfo.isEarPieceActive)) { in frameworkToHalTxPowerScenario_1_1()
2237 if (sarInfo.sarVoiceCallSupported && (sarInfo.isVoiceCall || sarInfo.isEarPieceActive)) { in sarPowerBackoffRequired_1_2()
2254 if (sarInfo.sarSapSupported && sarInfo.sarVoiceCallSupported) { in frameworkToHalTxPowerScenario_1_2()
2264 } else if (sarInfo.sarVoiceCallSupported) { in frameworkToHalTxPowerScenario_1_2()
DWifiChipAidlImpl.java1447 if (sarInfo.sarVoiceCallSupported && (sarInfo.isVoiceCall || sarInfo.isEarPieceActive)) { in sarPowerBackoffRequired()
1462 if (sarInfo.sarSapSupported && sarInfo.sarVoiceCallSupported) { in frameworkToHalTxPowerScenario()
1470 } else if (sarInfo.sarVoiceCallSupported) { in frameworkToHalTxPowerScenario()