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

  /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 202 private SharedPreferences.Editor mPrefsEditor;
339 mPrefsEditor = mPrefs.edit();
505 mPrefsEditor.putBoolean(PREF_FIRST_BOOT, false);
506 mPrefsEditor.apply();
627 mPrefsEditor.putBoolean(PREF_NFC_ON, on);
628 mPrefsEditor.apply();
705 mPrefsEditor.putBoolean(PREF_AIRPLANE_OVERRIDE, true);
706 mPrefsEditor.apply();
773 mPrefsEditor.putBoolean(PREF_NDEF_PUSH_ON, true);
774 mPrefsEditor.apply()
    [all...]

Completed in 122 milliseconds