Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java120 private RegistrationManager.RegistrationCallback mImsRegistrationCallback; field in TelecomAccountRegistry.AccountEntry
173 mImsRegistrationCallback = new RegistrationManager.RegistrationCallback() { in AccountEntry()
200 if (mImsRegistrationCallback != null) { in teardown()
201 mMmTelManager.unregisterImsRegistrationCallback(mImsRegistrationCallback); in teardown()
228 if (mMmTelManager == null || mImsRegistrationCallback == null) { in registerImsRegistrationCallback()
234 mImsRegistrationCallback); in registerImsRegistrationCallback() local