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.java307 boolean mIsBeamCapable; field in NfcService
374 if (!mIsBeamCapable) return; in onLlcpLinkActivated()
383 if (!mIsBeamCapable) return; in onLlcpLinkDeactivated()
392 if (!mIsBeamCapable) return; in onLlcpFirstPacketReceived()
508 mIsBeamCapable = pm.hasSystemFeature(PackageManager.FEATURE_NFC_BEAM); in NfcService()
511 mIsBeamCapable; in NfcService()
513 if (mIsBeamCapable) { in NfcService()
759 if (mIsBeamCapable) { in enableInternal()
810 if (mIsBeamCapable) { in disableInternal()
895 isGlobalEnabled && mIsBeamCapable; in enforceBeamShareActivityPolicy()
[all …]