HomeSort by relevance Sort by last modified time
    Searched refs:isVolteEnabled (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java     [all...]
ImsPhoneCallTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 422 + ", imsPhone.isVolteEnabled()="
423 + ((imsPhone != null) ? imsPhone.isVolteEnabled() : "N/A")
428 if (imsUseEnabled && imsPhone != null && imsPhone.isVolteEnabled()
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 818 + ", imsPhone.isVolteEnabled()="
819 + ((imsPhone != null) ? imsPhone.isVolteEnabled() : "N/A")
824 if (imsUseEnabled && imsPhone != null && imsPhone.isVolteEnabled()
    [all...]

Completed in 439 milliseconds