Searched refs:isVoiceCall (Results 1 – 8 of 8) sorted by relevance
188 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook()193 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook()216 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_offHook_wifiOn()236 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()243 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()250 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()298 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()303 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()316 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()342 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOff_offHook_onHook_wifiOn()[all …]
158 mSarInfo.isVoiceCall = true; in testSarInfo_voice_call_wifi_enabled()
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()
399 if (mSarInfo.isVoiceCall != newIsVoiceCall) { in onCellStateChangeEvent()400 mSarInfo.isVoiceCall = newIsVoiceCall; in onCellStateChangeEvent()
272 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_0()290 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_1()312 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_2()469 sarInfo.isVoiceCall = true; in testVoiceCallScenarios_SelectTxPowerV1_2()546 sarInfo.isVoiceCall = false; in testSelectTxPowerScenario_1_2_sap()571 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_2_head_sap_call()
211 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario()247 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_VoiceCallScenarios()285 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_head_sap_call()
2208 return (sarInfo.isVoiceCall || sarInfo.isEarPieceActive); 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()2255 if (sarInfo.isVoiceCall || sarInfo.isEarPieceActive) { in frameworkToHalTxPowerScenario_1_2()2266 if (sarInfo.isVoiceCall || sarInfo.isEarPieceActive) { in frameworkToHalTxPowerScenario_1_2()
1447 if (sarInfo.sarVoiceCallSupported && (sarInfo.isVoiceCall || sarInfo.isEarPieceActive)) { in sarPowerBackoffRequired()1463 if (sarInfo.isVoiceCall || sarInfo.isEarPieceActive) { in frameworkToHalTxPowerScenario()1471 if (sarInfo.isVoiceCall || sarInfo.isEarPieceActive) { in frameworkToHalTxPowerScenario()