Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcBackupAgent.java44 NfcService.NDEF_PUSH_ON_DEFAULT)) { in onRestoreFinished()
DNfcService.java128 static final boolean NDEF_PUSH_ON_DEFAULT = false; field in NfcService
510 mPrefs.getBoolean(PREF_NDEF_PUSH_ON, NDEF_PUSH_ON_DEFAULT) && in NfcService()