Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DSipDelegateManager.java288 private final BinderCacheManager<ITelephony> mTelephonyBinderCache; field in SipDelegateManager
302 mTelephonyBinderCache = telephonyBinderCache; in SipDelegateManager()
481 ITelephony telephony = mTelephonyBinderCache.listenOnBinder(callback, callback::binderDied); in registerImsStateCallback()
506 ITelephony telephony = mTelephonyBinderCache.removeRunnable(callback); in unregisterImsStateCallback()
H A DImsRcsManager.java210 private final BinderCacheManager<ITelephony> mTelephonyBinderCache; field in ImsRcsManager
225 mTelephonyBinderCache = telephonyBinderCache; in ImsRcsManager()
617 ITelephony telephony = mTelephonyBinderCache.listenOnBinder(callback, callback::binderDied); in registerImsStateCallback()
642 ITelephony telephony = mTelephonyBinderCache.removeRunnable(callback); in unregisterImsStateCallback()