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

  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java 35 SharedPreferences.Editor mPrefsEditor;
41 mPrefsEditor = mPrefs.edit();
47 mPrefsEditor.putBoolean(PREF_SE_WIRED, true);
48 mPrefsEditor.apply();
56 mPrefsEditor.putBoolean(PREF_SE_WIRED, false);
57 mPrefsEditor.apply();
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcSecureElement.java 35 SharedPreferences.Editor mPrefsEditor;
41 mPrefsEditor = mPrefs.edit();
47 mPrefsEditor.putBoolean(PREF_SE_WIRED, true);
48 mPrefsEditor.apply();
56 mPrefsEditor.putBoolean(PREF_SE_WIRED, false);
57 mPrefsEditor.apply();
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 83 private SharedPreferences.Editor mPrefsEditor;
143 mPrefsEditor = prefs.edit();
146 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_LEVEL_ROW);
147 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_LEVEL_INDEX);
148 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED);
149 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_LINEAR_MODE);
150 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME);
151 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_PEARLS_COLLECTED);
152 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_PEARLS_TOTAL);
153 mPrefsEditor.remove(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 233 private SharedPreferences.Editor mPrefsEditor;
400 mPrefsEditor = mPrefs.edit();
603 mPrefsEditor.putBoolean(PREF_FIRST_BOOT, false);
604 mPrefsEditor.apply();
806 mPrefsEditor.putBoolean(PREF_NFC_ON, on);
807 mPrefsEditor.apply();
845 mPrefsEditor.putBoolean(PREF_AIRPLANE_OVERRIDE, true);
846 mPrefsEditor.apply();
    [all...]

Completed in 86 milliseconds