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()
127 static final String PREF_NDEF_PUSH_ON = "ndef_push_on"; field in NfcService481 mPrefs.getBoolean(PREF_NDEF_PUSH_ON, NDEF_PUSH_ON_DEFAULT) && in NfcService()919 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, true); in enableNdefPush()978 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, false); in disableNdefPush()