Home | History | Annotate | Download | only in volume

Lines Matching defs:prefKey

208         final String prefKey = prefKeyForConfirmation(getSelectedZen(Global.ZEN_MODE_OFF));
209 if (prefKey == null) return;
210 if (DEBUG) Log.d(TAG, "confirmZenIntroduction " + prefKey);
211 Prefs.putBoolean(mContext, prefKey, true);