Home
last modified time | relevance | path

Searched refs:NDEF_PUSH_ON_DEFAULT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java105 static final boolean NDEF_PUSH_ON_DEFAULT = true; field in NfcService
355 mIsNdefPushEnabled = mPrefs.getBoolean(PREF_NDEF_PUSH_ON, NDEF_PUSH_ON_DEFAULT); in NfcService()