Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DRcsFeatureConnection.java119 public RegistrationCallbackManager mRegistrationCallbackManager; field in RcsFeatureConnection
126 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()
DMmTelFeatureConnection.java295 private final ImsRegistrationCallbackAdapter mRegistrationCallbackManager; field in MmTelFeatureConnection
305 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()