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

  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
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 91 if (prefs.getBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false)) {
94 editor.putBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false);
109 editor.putBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
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 141 if (prefs.getBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false)) {
144 editor.putBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false);
159 editor.putBoolean(NativeNfcSecureElement.PREF_SE_WIRED, false);

Completed in 261 milliseconds