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.java324 boolean mIsBeamCapable; field in NfcService
398 if (!mIsBeamCapable) return; in onLlcpLinkActivated()
407 if (!mIsBeamCapable) return; in onLlcpLinkDeactivated()
416 if (!mIsBeamCapable) return; in onLlcpFirstPacketReceived()
545 mIsBeamCapable = pm.hasSystemFeature(PackageManager.FEATURE_NFC_BEAM); in NfcService()
548 mIsBeamCapable; in NfcService()
550 if (mIsBeamCapable) { in NfcService()
817 if (mIsBeamCapable) { in enableInternal()
883 if (mIsBeamCapable) { in disableInternal()
1076 isGlobalEnabled && mIsBeamCapable; in enforceBeamShareActivityPolicy()
[all …]