Searched refs:mDownloadCallbackDeathRecipients (Results 1 – 2 of 2) sorted by relevance
52 private final Map<IBinder, DeathRecipient> mDownloadCallbackDeathRecipients = new HashMap<>(); field in MbmsDownloadServiceBase305 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()
57892 Landroid/telephony/mbms/vendor/MbmsDownloadServiceBase;->mDownloadCallbackDeathRecipients:Ljava/uti…