Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSarManagerTest.java179 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook()
184 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook()
207 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_offHook_wifiOn()
227 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()
234 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()
241 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()
289 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()
294 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()
307 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()
333 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOff_offHook_onHook_wifiOn()
[all …]
DSarInfoTest.java158 mSarInfo.isVoiceCall = true; in testSarInfo_voice_call_wifi_enabled()
DWifiVendorHalTest.java2401 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_0()
2421 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_1()
2446 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_2()
2626 sarInfo.isVoiceCall = true; in testVoiceCallScenarios_SelectTxPowerV1_2()
2715 sarInfo.isVoiceCall = false; in testSelectTxPowerScenario_1_2_sap()
2743 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_2_head_sap_call()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSarInfo.java63 public boolean isVoiceCall = false; field in SarInfo
103 || (isVoiceCall != mLastReportedIsVoiceCall) in shouldReport()
114 mLastReportedIsVoiceCall = isVoiceCall; in reportingSuccessful()
158 pw.println(" Voice Call state is: " + isVoiceCall); in dump()
DSarManager.java395 if (mSarInfo.isVoiceCall != newIsVoiceCall) { in onCellStateChangeEvent()
396 mSarInfo.isVoiceCall = newIsVoiceCall; in onCellStateChangeEvent()
DWifiVendorHal.java2401 return (sarInfo.isVoiceCall || sarInfo.isEarPieceActive); 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()
2451 if (sarInfo.isVoiceCall || sarInfo.isEarPieceActive) { in frameworkToHalTxPowerScenario_1_2()
2462 if (sarInfo.isVoiceCall || sarInfo.isEarPieceActive) { in frameworkToHalTxPowerScenario_1_2()