Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DVcnManagementService.java792 PolicyListenerBinderDeath listenerBinderDeath = new PolicyListenerBinderDeath(listener); in addVcnUnderlyingNetworkPolicyListener() local
795 mRegisteredPolicyListeners.put(listener.asBinder(), listenerBinderDeath); in addVcnUnderlyingNetworkPolicyListener() local
798 listener.asBinder().linkToDeath(listenerBinderDeath, 0 /* flags */); in addVcnUnderlyingNetworkPolicyListener()
801 listenerBinderDeath.binderDied(); in addVcnUnderlyingNetworkPolicyListener()
821 PolicyListenerBinderDeath listenerBinderDeath = in removeVcnUnderlyingNetworkPolicyListener() local
824 if (listenerBinderDeath != null) { in removeVcnUnderlyingNetworkPolicyListener()
825 listener.asBinder().unlinkToDeath(listenerBinderDeath, 0 /* flags */); in removeVcnUnderlyingNetworkPolicyListener()