Searched refs:mTelephonyRcsService (Results 1 – 1 of 1) sorted by relevance
165 TelephonyRcsService mTelephonyRcsService; field in PhoneGlobals642 mTelephonyRcsService = new TelephonyRcsService(this, in onCreate()644 mTelephonyRcsService.initialize(); in onCreate()645 imsRcsController.setRcsService(mTelephonyRcsService); in onCreate()1417 return (mTelephonyRcsService == null) ? false : mTelephonyRcsService.isDeviceUceEnabled(); in getDeviceUceEnabled()1425 if (mTelephonyRcsService != null) { in setDeviceUceEnabled()1426 mTelephonyRcsService.setDeviceUceEnabled(isEnabled); in setDeviceUceEnabled()1469 if (mTelephonyRcsService != null) mTelephonyRcsService.dump(fd, pw, args); in dump()