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
642 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()