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.java324 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 …]
DSarInfoTest.java229 mSarInfo.isVoiceCall = true; in testSarInfo_voice_call_wifi_enabled()
DWifiVendorHalTest.java2355 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSarInfo.java76 public boolean isVoiceCall = false; field in SarInfo
118 || (isVoiceCall != mLastReportedIsVoiceCall) in shouldReport()
134 mLastReportedIsVoiceCall = isVoiceCall; in reportingSuccessful()
179 pw.println(" Voice Call state is: " + isVoiceCall); in dump()
DSarManager.java421 if (mSarInfo.isVoiceCall != newIsVoiceCall) { in onCellStateChangeEvent()
422 mSarInfo.isVoiceCall = newIsVoiceCall; in onCellStateChangeEvent()
DWifiVendorHal.java2325 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()