Searched refs:QS_NIGHT_ADDED (Results 1 – 3 of 3) sorted by relevance
70 if (!Prefs.getBoolean(context, Key.QS_NIGHT_ADDED, false)) { in AutoTileManager()85 Prefs.putBoolean(mContext, Key.QS_NIGHT_ADDED, true);
50 Key.QS_NIGHT_ADDED,70 String QS_NIGHT_ADDED = "QsNightAdded"; field
47 return Prefs.getBoolean(mContext, Key.QS_NIGHT_ADDED, false) in isAvailable()