Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTelephonyRcsService.java290 if (isDeviceUceEnabled() && doesSubscriptionSupportPresence(subId)) { in updateSupportedFeatures()
318 public boolean isDeviceUceEnabled() { in isDeviceUceEnabled() method in TelephonyRcsService
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java998 return (mTelephonyRcsService == null) ? false : mTelephonyRcsService.isDeviceUceEnabled(); in getDeviceUceEnabled()