Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java304 boolean mIsBeamCapable; field in NfcService
371 if (!mIsBeamCapable) return; in onLlcpLinkActivated()
380 if (!mIsBeamCapable) return; in onLlcpLinkDeactivated()
389 if (!mIsBeamCapable) return; in onLlcpFirstPacketReceived()
504 mIsBeamCapable = pm.hasSystemFeature(PackageManager.FEATURE_NFC_BEAM); in NfcService()
507 mIsBeamCapable; in NfcService()
509 if (mIsBeamCapable) { in NfcService()
752 if (mIsBeamCapable) { in enableInternal()
802 if (mIsBeamCapable) { in disableInternal()
887 isGlobalEnabled && mIsBeamCapable; in enforceBeamShareActivityPolicy()
[all …]