Home
last modified time | relevance | path

Searched refs:mIsNdefPushEnabled (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java268 boolean mIsNdefPushEnabled; field in NfcService
546 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 …]