Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java165 TelephonyRcsService mTelephonyRcsService; field in PhoneGlobals
647 mTelephonyRcsService = new TelephonyRcsService(this, in onCreate()
649 mTelephonyRcsService.initialize(); in onCreate()
650 imsRcsController.setRcsService(mTelephonyRcsService); in onCreate()
1321 return (mTelephonyRcsService == null) ? false : mTelephonyRcsService.isDeviceUceEnabled(); in getDeviceUceEnabled()
1329 if (mTelephonyRcsService != null) { in setDeviceUceEnabled()
1330 mTelephonyRcsService.setDeviceUceEnabled(isEnabled); in setDeviceUceEnabled()
1365 if (mTelephonyRcsService != null) mTelephonyRcsService.dump(fd, pw, args); in dump()