Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java350 DiscoveryTechParams mDiscoveryTechParams; field in NfcService
1414 mDiscoveryTechParams = null; in disableInternal()
1610 if (mDiscoveryTechParams != null && mDiscoveryTechParams.uid == uid) { in onUidToBackground()
1611 mDiscoveryTechParams.binder.unlinkToDeath(mDiscoveryTechDeathRecipient, 0); in onUidToBackground()
1613 mDiscoveryTechParams = null; in onUidToBackground()
2094 mDiscoveryTechParams != null) { in updateDiscoveryTechnology()
2098 mDiscoveryTechParams = null; in updateDiscoveryTechnology()
2107 mDiscoveryTechParams = new DiscoveryTechParams(); in updateDiscoveryTechnology()
2108 mDiscoveryTechParams.uid = callingUid; in updateDiscoveryTechnology()
2109 mDiscoveryTechParams.binder = binder; in updateDiscoveryTechnology()
[all …]