Searched refs:PREF_NDEF_PUSH_ON (Results 1 – 2 of 2) sorted by relevance
43 if (prefs.getBoolean(NfcService.PREF_NDEF_PUSH_ON, in onRestoreFinished()
133 static final String PREF_NDEF_PUSH_ON = "ndef_push_on"; field in NfcService547 mPrefs.getBoolean(PREF_NDEF_PUSH_ON, NDEF_PUSH_ON_DEFAULT) && in NfcService()1168 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, true); in enableNdefPush()1229 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, false); in disableNdefPush()