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 253 private SharedPreferences.Editor mPrefsEditor;
480 mPrefsEditor = mPrefs.edit();
695 mPrefsEditor.putBoolean(PREF_FIRST_BOOT, false);
696 mPrefsEditor.apply();
    [all...]

Completed in 41 milliseconds