Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DServiceBinder.java364 unlinkDeathRecipient(); in unbind()
445 unlinkDeathRecipient(); in handleServiceDisconnected()
452 private void unlinkDeathRecipient() { in unlinkDeathRecipient() method in ServiceBinder
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMulticastLockManager.java136 void unlinkDeathRecipient() { in unlinkDeathRecipient() method in WifiMulticastLockManager.Multicaster
332 removed.unlinkDeathRecipient(); in removeMulticasterLocked()
DLocalOnlyHotspotRequestInfo.java78 public void unlinkDeathRecipient() { in unlinkDeathRecipient() method in LocalOnlyHotspotRequestInfo
DWifiLockManager.java660 lock.unlinkDeathRecipient(); in removeLock()
1162 public void unlinkDeathRecipient() { in unlinkDeathRecipient() method in WifiLockManager.WifiLock
DWifiServiceImpl.java2832 requestor.unlinkDeathRecipient(); in sendHotspotFailedMessageToAllLOHSRequestInfoEntriesLocked()
2854 requestor.unlinkDeathRecipient(); in sendHotspotStoppedMessageToAllLOHSRequestInfoEntriesLocked()
2979 requestInfo.unlinkDeathRecipient(); in stopByPid()
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsObservers.java207 requestInfo.unlinkDeathRecipient(); in handleUnregister()
304 private void unlinkDeathRecipient() { in unlinkDeathRecipient() method in NetworkStatsObservers.RequestInfo
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java102 mLOHSRequestInfo.unlinkDeathRecipient(); in verifyUnlinkDeathRecipientUnlinksFromBinder()
DWifiServiceImplTest.java13340 verify(mRequestInfo, never()).unlinkDeathRecipient(); in testCustomLohs_NotExclusive2GConfigSharedEvenIfNewRequestorLowerPriority()
13374 verify(mRequestInfo).unlinkDeathRecipient(); in testCustomLohs_NotExclusive5GConfigButNewRequestorHigherPriority()
13405 verify(mRequestInfo, never()).unlinkDeathRecipient(); in testCustomLohs_NotExclusive2GConfigSharedWhenNewRequestorHihgerPriority()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DKeepaliveTracker.java277 void unlinkDeathRecipient() { in unlinkDeathRecipient() method in KeepaliveTracker.KeepaliveInfo
688 ki.unlinkDeathRecipient(); in cleanupStoppedKeepalive()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java6107 nri.unlinkDeathRecipient();
8107 void unlinkDeathRecipient() {