Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java3254 public boolean isVolteEnabled() { in isVolteEnabled() method in Phone
3256 boolean isVolteEnabled = false; in isVolteEnabled()
3258 isVolteEnabled = imsPhone.isVolteEnabled(); in isVolteEnabled()
3260 Rlog.d(LOG_TAG, "isImsRegistered =" + isVolteEnabled); in isVolteEnabled()
3261 return isVolteEnabled; in isVolteEnabled()
DGsmCdmaPhone.java1059 && (imsPhone.isVolteEnabled() || imsPhone.isWifiCallingEnabled() || in dial()
1083 + ((imsPhone != null) ? imsPhone.isVolteEnabled() : "N/A") in dial()
1176 && !imsPhone.isVolteEnabled() in isNotificationOfWfcCallRequired()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java317 assertFalse(mCTUT.isVolteEnabled()); in testImsFeatureCapabilityChange()
326 assertTrue(mCTUT.isVolteEnabled()); in testImsFeatureCapabilityChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1590 public boolean isVolteEnabled() { in isVolteEnabled() method in ImsPhone
1591 return mCT.isVolteEnabled(); in isVolteEnabled()
DImsPhoneCallTracker.java3297 public boolean isVolteEnabled() { in isVolteEnabled() method in ImsPhoneCallTracker
3823 log("handleFeatureCapabilityChanged: isVolteEnabled=" + isVolteEnabled() in handleFeatureCapabilityChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java932 public boolean isVolteEnabled() { in isVolteEnabled() method in PhoneMock
/frameworks/base/config/
Dboot-image-profile.txt9635 HPLcom/android/internal/telephony/Phone;->isVolteEnabled()Z
9919 HPLcom/android/internal/telephony/imsphone/ImsPhone;->isVolteEnabled()Z
41506 HSPLcom/android/internal/telephony/imsphone/ImsPhoneCallTracker;->isVolteEnabled()Z