Searched refs:mIsNdefPushEnabled (Results 1 – 1 of 1) sorted by relevance
268 boolean mIsNdefPushEnabled; field in NfcService546 mIsNdefPushEnabled = in NfcService()1073 boolean isGlobalEnabled = mIsNdefPushEnabled; in enforceBeamShareActivityPolicy()1156 return mState == NfcAdapter.STATE_ON && mIsNdefPushEnabled; in isNdefPushEnabled()1164 if (mIsNdefPushEnabled || !mIsBeamCapable) { in enableNdefPush()1170 mIsNdefPushEnabled = true; in enableNdefPush()1225 if (!mIsNdefPushEnabled || !mIsBeamCapable) { in disableNdefPush()1231 mIsNdefPushEnabled = false; in disableNdefPush()3184 mIsNdefPushEnabled = false;3186 mIsNdefPushEnabled = true;[all …]