Home | History | Annotate | Download | only in volume

Lines Matching full:prefkey

204         final String prefKey = prefKeyForConfirmation(getSelectedZen(Global.ZEN_MODE_OFF));
205 if (prefKey == null) return;
206 if (DEBUG) Log.d(TAG, "confirmZenIntroduction " + prefKey);
207 Prefs.putBoolean(mContext, prefKey, true);