Searched refs:mIsNdefPushEnabled (Results 1 – 1 of 1) sorted by relevance
253 boolean mIsNdefPushEnabled; field in NfcService505 mIsNdefPushEnabled = in NfcService()753 mP2pLinkManager.enableDisable(mIsNdefPushEnabled, true); in enableInternal()884 boolean isGlobalEnabled = mIsNdefPushEnabled; in enforceBeamShareActivityPolicy()967 return mState == NfcAdapter.STATE_ON && mIsNdefPushEnabled; in isNdefPushEnabled()975 if (mIsNdefPushEnabled || !mIsBeamCapable) { in enableNdefPush()981 mIsNdefPushEnabled = true; in enableNdefPush()1034 if (!mIsNdefPushEnabled || !mIsBeamCapable) { in disableNdefPush()1040 mIsNdefPushEnabled = false; in disableNdefPush()2837 mIsNdefPushEnabled = false;[all …]