Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsRegistrationCallbackHelper.java62 private ImsRegistrationUpdate mImsRegistrationUpdate; field in ImsRegistrationCallbackHelper
71 mImsRegistrationUpdate.handleImsRegistered(imsRadioTech);
77 mImsRegistrationUpdate.handleImsRegistering(imsRadioTech);
83 mImsRegistrationUpdate.handleImsUnregistered(imsReasonInfo);
88 mImsRegistrationUpdate.handleImsSubscriberAssociatedUriChanged(uris);
95 mImsRegistrationUpdate = registrationUpdate; in ImsRegistrationCallbackHelper()