Searched refs:PREF_SE_WIRED (Results 1 – 2 of 2) sorted by relevance
30 static final String PREF_SE_WIRED = "se_wired"; field in NativeNfcSecureElement47 mPrefsEditor.putBoolean(PREF_SE_WIRED, true); in doOpenSecureElementConnection()56 mPrefsEditor.putBoolean(PREF_SE_WIRED, false); in doDisconnect()
122 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()