Searched refs:mIsNdefPushEnabled (Results 1 – 1 of 1) sorted by relevance
238 boolean mIsNdefPushEnabled; field in NfcService480 mIsNdefPushEnabled = in NfcService()698 mP2pLinkManager.enableDisable(mIsNdefPushEnabled, true); in enableInternal()825 boolean isGlobalEnabled = mIsNdefPushEnabled; in enforceBeamShareActivityPolicy()907 return mState == NfcAdapter.STATE_ON && mIsNdefPushEnabled; in isNdefPushEnabled()915 if (mIsNdefPushEnabled || !mIsBeamCapable) { in enableNdefPush()921 mIsNdefPushEnabled = true; in enableNdefPush()974 if (!mIsNdefPushEnabled || !mIsBeamCapable) { in disableNdefPush()980 mIsNdefPushEnabled = false; in disableNdefPush()2633 mIsNdefPushEnabled = false;[all …]