Searched refs:mRegistrationCallbackManager (Results 1 – 2 of 2) sorted by relevance
147 public RegistrationCallbackManager mRegistrationCallbackManager; field in RcsFeatureConnection153 mRegistrationCallbackManager = new RegistrationCallbackManager(mContext); in RcsFeatureConnection()159 mRegistrationCallbackManager.close(); in close()253 mRegistrationCallbackManager.addCallbackForSubscription(cb, subId); in addCallbackForSubscription()257 mRegistrationCallbackManager.addCallback(cb); in addCallback()265 mRegistrationCallbackManager.removeCallbackForSubscription(cb, subId); in removeCallbackForSubscription()269 mRegistrationCallbackManager.removeCallback(cb); in removeCallback()
200 private final ImsRegistrationCallbackAdapter mRegistrationCallbackManager; field in MmTelFeatureConnection235 mRegistrationCallbackManager = new ImsRegistrationCallbackAdapter(context, mLock); in MmTelFeatureConnection()245 mRegistrationCallbackManager.close(); in onRemovedOrDied()358 mRegistrationCallbackManager.close(); in closeConnection()373 mRegistrationCallbackManager.addCallback(callback); in addRegistrationCallback()378 mRegistrationCallbackManager.addCallbackForSubscription(callback , subId); in addRegistrationCallbackForSubscription()382 mRegistrationCallbackManager.removeCallback(callback); in removeRegistrationCallback()387 mRegistrationCallbackManager.removeCallbackForSubscription(callback, subId); in removeRegistrationCallbackForSubscription()