Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java48 if (!Prefs.getBoolean(context, Key.QS_INVERT_COLORS_ADDED, false)) { in AutoTileManager()
55 Prefs.putBoolean(mContext, Key.QS_INVERT_COLORS_ADDED, true); in AutoTileManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DPrefs.java48 Key.QS_INVERT_COLORS_ADDED,
68 String QS_INVERT_COLORS_ADDED = "QsInvertColorsAdded"; field