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.java153 TelephonyRcsService mTelephonyRcsService; field in PhoneGlobals
396 mTelephonyRcsService = new TelephonyRcsService(this, in onCreate()
398 mTelephonyRcsService.initialize(); in onCreate()
399 imsRcsController.setRcsService(mTelephonyRcsService); in onCreate()
936 if (mTelephonyRcsService != null) mTelephonyRcsService.dump(fd, pw, args); in dump()