Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSarManager.java79 private boolean mSupportSarVoiceCall; field in SarManager
134 if (!mSupportSarVoiceCall) { in handleScreenStateChanged()
218 mSupportSarVoiceCall = false; in readSarConfigs()
224 mSupportSarVoiceCall = true; in readSarConfigs()
231 mSarInfo.sarVoiceCallSupported = mSupportSarVoiceCall; in setSarConfigsInInfo()
236 if (mSupportSarVoiceCall) { in registerListeners()
423 pw.println("isSarVoiceCallSupported: " + mSupportSarVoiceCall); in dump()
450 if (!mSupportSarTxPowerLimit || !mSupportSarVoiceCall) { in onCallStateChanged()