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.java284 boolean mIsBeamCapable; field in NfcService
346 if (!mIsBeamCapable) return; in onLlcpLinkActivated()
355 if (!mIsBeamCapable) return; in onLlcpLinkDeactivated()
364 if (!mIsBeamCapable) return; in onLlcpFirstPacketReceived()
479 mIsBeamCapable = pm.hasSystemFeature(PackageManager.FEATURE_NFC_BEAM); in NfcService()
482 mIsBeamCapable; in NfcService()
484 if (mIsBeamCapable) { in NfcService()
697 if (mIsBeamCapable) { in enableInternal()
743 if (mIsBeamCapable) { in disableInternal()
828 isGlobalEnabled && mIsBeamCapable; in enforceBeamShareActivityPolicy()
[all …]