Home | History | Annotate | Download | only in nfc

Lines Matching refs:getBoolean

457             isNfcProvisioningEnabled = mContext.getResources().getBoolean(
483 mIsNdefPushEnabled = mPrefs.getBoolean(PREF_NDEF_PUSH_ON, NDEF_PUSH_ON_DEFAULT);
680 boolean airplaneOverride = mPrefs.getBoolean(PREF_AIRPLANE_OVERRIDE, false);
681 if (mPrefs.getBoolean(PREF_NFC_ON, NFC_ON_DEFAULT) &&
693 if (mPrefs.getBoolean(PREF_FIRST_BOOT, true)) {
2490 } else if (!isAirplaneModeOn && mPrefs.getBoolean(PREF_NFC_ON, NFC_ON_DEFAULT)) {