Home
last modified time | relevance | path

Searched refs:prefKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DUsageTracker.java41 public UsageTracker(Context context, @Prefs.Key String prefKey, Class<?> tile, in UsageTracker() argument
44 mPrefKey = prefKey; in UsageTracker()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java204 final String prefKey = prefKeyForConfirmation(getSelectedZen(Global.ZEN_MODE_OFF)); in confirmZenIntroduction() local
205 if (prefKey == null) return; in confirmZenIntroduction()
206 if (DEBUG) Log.d(TAG, "confirmZenIntroduction " + prefKey); in confirmZenIntroduction()
207 Prefs.putBoolean(mContext, prefKey, true); in confirmZenIntroduction()