Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/nxp/
DNativeNfcSecureElement.java30 static final String PREF_SE_WIRED = "se_wired"; field in NativeNfcSecureElement
47 mPrefsEditor.putBoolean(PREF_SE_WIRED, true); in doOpenSecureElementConnection()
56 mPrefsEditor.putBoolean(PREF_SE_WIRED, false); in doDisconnect()
DNativeNfcManager.java122 if (prefs.getBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false)) { in initialize()
125 editor.putBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false); in initialize()
140 editor.putBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false); in deinitialize()