Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java317 private final DiscoveryTechDeathRecipient mDiscoveryTechDeathRecipient = field in NfcService
1611 mDiscoveryTechParams.binder.unlinkToDeath(mDiscoveryTechDeathRecipient, 0); in onUidToBackground()
2096 binder.unlinkToDeath(mDiscoveryTechDeathRecipient, 0); in updateDiscoveryTechnology()
2110 binder.linkToDeath(mDiscoveryTechDeathRecipient, 0); in updateDiscoveryTechnology()