Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java374 if (hasCalling()) { in GsmCdmaPhone()
418 if (hasCalling()) { in GsmCdmaPhone()
472 private boolean hasCalling() { in hasCalling() method in GsmCdmaPhone
483 if (hasCalling()) { in initOnce()
769 if (!hasCalling()) return PhoneConstants.State.IDLE; in getState()
903 if (!hasCalling() || isPhoneTypeGsm()) { in isInEmergencyCall()
912 if (!hasCalling() && !isPhoneTypeGsm()) { in setIsInEmergencyCall()
1004 if (!hasCalling()) throw new CallStateException(); in acceptCall()
1015 if (!hasCalling()) throw new CallStateException(); in rejectCall()
1046 if (!hasCalling()) return false; in canConference()
[all …]
DMultiSimSettingController.java257 private boolean hasCalling() { in hasCalling() method in MultiSimSettingController
656 if (hasCalling()) mSubscriptionManagerService.setDefaultVoiceSubId(subId); in updateDefaults()
678 if (hasCalling()) { in updateDefaults()
1212 if (hasCalling() && (primarySubList.size() == 1) && !voiceSelected) { in updateUserPreferences()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataSettingsManager.java276 private boolean hasCalling() { in hasCalling() method in DataSettingsManager
299 if (hasCalling()) { in onInitialize()
304 if (hasCalling() && mPhone.getImsPhone() != null) { in onInitialize()
DDataNetworkController.java465 private boolean hasCalling() { in hasCalling() method in DataNetworkController
1108 if (hasCalling()) { in onRegisterAllEvents()
1633 if (hasCalling() && mPhone.getCallTracker().getState() != PhoneConstants.State.IDLE in evaluateNetworkRequest()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java258 private boolean hasCalling() { in hasCalling() method in SoundTriggerService
288 if (hasCalling()) { in onBootPhase()