Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java317 private final DiscoveryTechDeathRecipient mDiscoveryTechDeathRecipient =
318 new DiscoveryTechDeathRecipient();
2742 final class DiscoveryTechDeathRecipient implements IBinder.DeathRecipient { class in NfcService