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