Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DApplicationQosPolicyRequestHandler.java69 private final ApplicationDeathRecipient mApplicationDeathRecipient; field in ApplicationQosPolicyRequestHandler
259 mApplicationDeathRecipient = new ApplicationDeathRecipient(); in ApplicationQosPolicyRequestHandler()
721 binder.linkToDeath(mApplicationDeathRecipient, /* flags */ 0); in registerDeathHandlerIfNeeded()
743 binder.unlinkToDeath(mApplicationDeathRecipient, /* flags */ 0); in unregisterDeathHandlerIfNeeded()