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.removeCallback(cb); in removeCallbackForSubscription()195 mRegistrationCallbackManager.removeCallback(cb); in removeCallback()
295 private final ImsRegistrationCallbackAdapter mRegistrationCallbackManager; field in MmTelFeatureConnection305 mRegistrationCallbackManager = new ImsRegistrationCallbackAdapter(context, mLock); in MmTelFeatureConnection()315 mRegistrationCallbackManager.close(); in onRemovedOrDied()386 mRegistrationCallbackManager.addCallback(callback); in addRegistrationCallback()391 mRegistrationCallbackManager.addCallbackForSubscription(callback , subId); in addRegistrationCallbackForSubscription()395 mRegistrationCallbackManager.removeCallback(callback); in removeRegistrationCallback()400 mRegistrationCallbackManager.removeCallback(callback); in removeRegistrationCallbackForSubscription()