Lines Matching refs:mDiscoveryTechParams
350 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()
2747 if (isNfcEnabled() && mDiscoveryTechParams != null) { in binderDied()
2749 mDiscoveryTechParams = null; in binderDied()