Lines Matching refs:mIsNdefPushEnabled
194 boolean mIsNdefPushEnabled; field in NfcService
355 mIsNdefPushEnabled = mPrefs.getBoolean(PREF_NDEF_PUSH_ON, NDEF_PUSH_ON_DEFAULT); in NfcService()
356 setBeamShareActivityState(mIsNdefPushEnabled); in NfcService()
549 mP2pLinkManager.enableDisable(mIsNdefPushEnabled, true); in enableInternal()
750 return mState == NfcAdapter.STATE_ON && mIsNdefPushEnabled; in isNdefPushEnabled()
758 if (mIsNdefPushEnabled) { in enableNdefPush()
764 mIsNdefPushEnabled = true; in enableNdefPush()
777 if (!mIsNdefPushEnabled) { in disableNdefPush()
783 mIsNdefPushEnabled = false; in disableNdefPush()
1523 paramsBuilder.setEnableP2p(mIsNdefPushEnabled); in computeDiscoveryParameters()
2151 new UserHandle(getSendingUserId()), mIsNdefPushEnabled);
2185 pw.println("mIsZeroClickRequested=" + mIsNdefPushEnabled); in dump()