Searched refs:isVoiceCall (Results 1 – 6 of 6) sorted by relevance
324 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook()329 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook()352 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_offHook_wifiOn()372 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()379 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()386 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledTxPowerScenario_wifiOn_offHook_onHook()434 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()439 assertTrue(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()452 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOn_offHook_wifiOff_onHook()478 assertFalse(mSarInfo.isVoiceCall); in testSarMgr_enabledSar_wifiOff_offHook_onHook_wifiOn()[all …]
229 mSarInfo.isVoiceCall = true; in testSarInfo_voice_call_wifi_enabled()
2355 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_0()2376 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_1()2402 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_2()2591 sarInfo.isVoiceCall = true; in testVoiceCallScenarios_SelectTxPowerV1_2()2727 sarInfo.isVoiceCall = true; in testHandSensorScenarios_SelectTxPowerV1_2()2762 sarInfo.isVoiceCall = true; in testOnHeadCellOffOn_SelectTxPowerScenarioV1_1()2813 sarInfo.isVoiceCall = false; in testSelectTxPowerScenario_1_2_head_sap()2845 sarInfo.isVoiceCall = true; in testSelectTxPowerScenario_1_2_head_sap_call()2877 sarInfo.isVoiceCall = false; in testSelectTxPowerScenario_1_2_freespace_sap()2907 sarInfo.isVoiceCall = false; in testSelectTxPowerScenario_1_2_no_sensors_sap()
76 public boolean isVoiceCall = false; field in SarInfo118 || (isVoiceCall != mLastReportedIsVoiceCall) in shouldReport()134 mLastReportedIsVoiceCall = isVoiceCall; in reportingSuccessful()179 pw.println(" Voice Call state is: " + isVoiceCall); in dump()
421 if (mSarInfo.isVoiceCall != newIsVoiceCall) { in onCellStateChangeEvent()422 mSarInfo.isVoiceCall = newIsVoiceCall; in onCellStateChangeEvent()
2325 return (sarInfo.isVoiceCall || sarInfo.isEarPieceActive); 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()2392 if (sarInfo.isVoiceCall || sarInfo.isWifiSapEnabled) { in frameworkToHalTxPowerScenario_1_2()2401 if (sarInfo.isVoiceCall || sarInfo.isWifiSapEnabled) { in frameworkToHalTxPowerScenario_1_2()2413 if (sarInfo.isVoiceCall || sarInfo.isEarPieceActive) { in frameworkToHalTxPowerScenario_1_2()2424 if (sarInfo.isVoiceCall || sarInfo.isEarPieceActive) { in frameworkToHalTxPowerScenario_1_2()