HomeSort by relevance Sort by last modified time
    Searched refs:PREF_SE_WIRED (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcSecureElement.java 30 static final String PREF_SE_WIRED = "se_wired";
47 mPrefsEditor.putBoolean(PREF_SE_WIRED, true);
56 mPrefsEditor.putBoolean(PREF_SE_WIRED, false);
NativeNfcManager.java 122 if (prefs.getBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false)) {
125 editor.putBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false);
140 editor.putBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false);

Completed in 21 milliseconds