Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSarInfo.java57 public boolean sarVoiceCallSupported; field in SarInfo
DSarManager.java227 mSarInfo.sarVoiceCallSupported = mSupportSarVoiceCall; in setSarConfigsInInfo()
DWifiVendorHal.java2400 if (sarInfo.sarVoiceCallSupported) { in sarPowerBackoffRequired_1_1()
2416 if (sarInfo.sarVoiceCallSupported && (sarInfo.isVoiceCall || sarInfo.isEarPieceActive)) { in frameworkToHalTxPowerScenario_1_1()
2432 if (sarInfo.sarVoiceCallSupported && (sarInfo.isVoiceCall || sarInfo.isEarPieceActive)) { in sarPowerBackoffRequired_1_2()
2450 if (sarInfo.sarSapSupported && sarInfo.sarVoiceCallSupported) { in frameworkToHalTxPowerScenario_1_2()
2460 } else if (sarInfo.sarVoiceCallSupported) { in frameworkToHalTxPowerScenario_1_2()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java2418 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario_1_1()
2443 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario_1_2()
2484 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_1_1()
2509 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_not_needed_1_1()
2540 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_1_2()
2565 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_not_needed_1_2()
2597 sarInfo.sarVoiceCallSupported = true; in testSapScenarios_SelectTxPowerV1_2()
2623 sarInfo.sarVoiceCallSupported = true; in testVoiceCallScenarios_SelectTxPowerV1_2()
2650 sarInfo.sarVoiceCallSupported = true; in testEarPieceScenarios_SelectTxPowerV1_2()
2679 sarInfo.sarVoiceCallSupported = true; in testSetTxPowerScenario_not_needed_1_2()
[all …]