Searched refs:isVoiceCall (Results 1 – 6 of 6) sorted by relevance
182 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook()187 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook()210 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_offHook_wifiOn()230 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()237 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()244 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()292 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()297 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()310 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()336 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOff_offHook_onHook_wifiOn()[all …]
158 mSarInfo.isVoiceCall = true; in testSarInfo_voice_call_wifi_enabled()
2900 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_0()2920 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_1()2946 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_2()3132 sarInfo.isVoiceCall = true; in testVoiceCallScenarios_SelectTxPowerV1_2()3224 sarInfo.isVoiceCall = false; in testSelectTxPowerScenario_1_2_sap()3253 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_2_head_sap_call()
63 public boolean isVoiceCall = false; field in SarInfo103 || (isVoiceCall != mLastReportedIsVoiceCall) in shouldReport()114 mLastReportedIsVoiceCall = isVoiceCall; in reportingSuccessful()158 pw.println(" Voice Call state is: " + isVoiceCall); in dump()
417 if (mSarInfo.isVoiceCall != newIsVoiceCall) { in onCellStateChangeEvent()418 mSarInfo.isVoiceCall = newIsVoiceCall; in onCellStateChangeEvent()
2962 return (sarInfo.isVoiceCall || sarInfo.isEarPieceActive); in sarPowerBackoffRequired_1_1()2977 if (sarInfo.sarVoiceCallSupported && (sarInfo.isVoiceCall || sarInfo.isEarPieceActive)) { in frameworkToHalTxPowerScenario_1_1()2993 if (sarInfo.sarVoiceCallSupported && (sarInfo.isVoiceCall || sarInfo.isEarPieceActive)) { in sarPowerBackoffRequired_1_2()3012 if (sarInfo.isVoiceCall || sarInfo.isEarPieceActive) { in frameworkToHalTxPowerScenario_1_2()3023 if (sarInfo.isVoiceCall || sarInfo.isEarPieceActive) { in frameworkToHalTxPowerScenario_1_2()