Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/mbms/vendor/
H A DMbmsDownloadServiceBase.java52 private final Map<IBinder, DeathRecipient> mDownloadCallbackDeathRecipients = new HashMap<>(); field in MbmsDownloadServiceBase
305 mDownloadCallbackDeathRecipients.remove(listener.asBinder()); in addStatusListener()
308 mDownloadCallbackDeathRecipients.put(listener.asBinder(), deathRecipient); in addStatusListener()
352 mDownloadCallbackDeathRecipients.remove(listener.asBinder()); in removeStatusListener()
418 mDownloadCallbackDeathRecipients.remove(listener.asBinder()); in addProgressListener()
421 mDownloadCallbackDeathRecipients.put(listener.asBinder(), deathRecipient); in addProgressListener()
465 mDownloadCallbackDeathRecipients.remove(listener.asBinder()); in removeProgressListener()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57892 Landroid/telephony/mbms/vendor/MbmsDownloadServiceBase;->mDownloadCallbackDeathRecipients:Ljava/uti…