Searched refs:mRegistrationCallbackManager (Results 1 – 2 of 2) sorted by relevance
119 public RegistrationCallbackManager mRegistrationCallbackManager; field in RcsFeatureConnection126 mRegistrationCallbackManager = new RegistrationCallbackManager(mContext); in RcsFeatureConnection()132 mRegistrationCallbackManager.close(); in close()179 mRegistrationCallbackManager.addCallbackForSubscription(cb, subId); in addCallbackForSubscription()183 mRegistrationCallbackManager.addCallback(cb); in addCallback()191 mRegistrationCallbackManager.removeCallbackForSubscription(cb, subId); in removeCallbackForSubscription()195 mRegistrationCallbackManager.removeCallback(cb); in removeCallback()
249 private final ImsRegistrationCallbackAdapter mRegistrationCallbackManager; field in MmTelFeatureConnection258 mRegistrationCallbackManager = new ImsRegistrationCallbackAdapter(context, mLock); in MmTelFeatureConnection()266 mRegistrationCallbackManager.close(); in onRemovedOrDied()335 mRegistrationCallbackManager.addCallback(callback); in addRegistrationCallback()340 mRegistrationCallbackManager.addCallbackForSubscription(callback , subId); in addRegistrationCallbackForSubscription()344 mRegistrationCallbackManager.removeCallback(callback); in removeRegistrationCallback()349 mRegistrationCallbackManager.removeCallbackForSubscription(callback, subId); in removeRegistrationCallbackForSubscription()