Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java1488 Phone voicePhone = findPhoneById(mPhoneIdInVoiceCall); in shouldSwitchDataDueToInCall() local
1492 && voicePhone != null // check user enabled voice during call feature in shouldSwitchDataDueToInCall()
1493 && voicePhone.getDataSettingsManager().isDataEnabled(); in shouldSwitchDataDueToInCall()