Lines Matching refs:mIsNdefPushEnabled
268 boolean mIsNdefPushEnabled; field in NfcService
546 mIsNdefPushEnabled = in NfcService()
818 mP2pLinkManager.enableDisable(mIsNdefPushEnabled, true); in enableInternal()
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;
3347 pw.println("mIsZeroClickRequested=" + mIsNdefPushEnabled); in dump()
3377 proto.write(NfcServiceDumpProto.NDEF_PUSH_ENABLED, mIsNdefPushEnabled); in dumpDebug()