Searched refs:mTelephonyRcsService (Results 1 – 1 of 1) sorted by relevance
165 TelephonyRcsService mTelephonyRcsService; field in PhoneGlobals647 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()