Searched refs:PREF_NDEF_PUSH_ON (Results 1 – 1 of 1) sorted by relevance
104 static final String PREF_NDEF_PUSH_ON = "ndef_push_on"; field in NfcService355 mIsNdefPushEnabled = mPrefs.getBoolean(PREF_NDEF_PUSH_ON, NDEF_PUSH_ON_DEFAULT); in NfcService()762 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, true); in enableNdefPush()781 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, false); in disableNdefPush()