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.java68 public boolean sarVoiceCallSupported; field in SarInfo
DSarManager.java231 mSarInfo.sarVoiceCallSupported = mSupportSarVoiceCall; in setSarConfigsInInfo()
DWifiVendorHal.java2324 if (sarInfo.sarVoiceCallSupported) { in sarPowerBackoffRequired_1_1()
2340 if (sarInfo.sarVoiceCallSupported && (sarInfo.isVoiceCall || sarInfo.isEarPieceActive)) { in frameworkToHalTxPowerScenario_1_1()
2364 if (sarInfo.sarVoiceCallSupported && (sarInfo.isVoiceCall || sarInfo.isEarPieceActive)) { in sarPowerBackoffRequired_1_2()
2412 } else if (sarInfo.sarSapSupported && sarInfo.sarVoiceCallSupported) { in frameworkToHalTxPowerScenario_1_2()
2422 } else if (sarInfo.sarVoiceCallSupported) { in frameworkToHalTxPowerScenario_1_2()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java2372 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario_1_1()
2398 sarInfo.sarVoiceCallSupported = true; in testSelectTxPowerScenario_1_2()
2440 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_1_1()
2466 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_not_needed_1_1()
2498 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_1_2()
2524 sarInfo.sarVoiceCallSupported = true; in testResetTxPowerScenario_not_needed_1_2()
2558 sarInfo.sarVoiceCallSupported = true; in testSapScenarios_SelectTxPowerV1_2()
2587 sarInfo.sarVoiceCallSupported = true; in testVoiceCallScenarios_SelectTxPowerV1_2()
2616 sarInfo.sarVoiceCallSupported = true; in testEarPieceScenarios_SelectTxPowerV1_2()
2643 sarInfo.sarVoiceCallSupported = true; in testHeadSensorScenarios_SelectTxPowerV1_2()
[all …]