Searched refs:mApplicationDeathRecipient (Results 1 – 1 of 1) sorted by relevance
69 private final ApplicationDeathRecipient mApplicationDeathRecipient; field in ApplicationQosPolicyRequestHandler259 mApplicationDeathRecipient = new ApplicationDeathRecipient(); in ApplicationQosPolicyRequestHandler()721 binder.linkToDeath(mApplicationDeathRecipient, /* flags */ 0); in registerDeathHandlerIfNeeded()743 binder.unlinkToDeath(mApplicationDeathRecipient, /* flags */ 0); in unregisterDeathHandlerIfNeeded()