HomeSort by relevance Sort by last modified time
    Searched refs:QS_NIGHTDISPLAY_ADDED (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Prefs.java 49 Key.QS_NIGHTDISPLAY_ADDED,
70 String QS_NIGHTDISPLAY_ADDED = "QsNightDisplayAdded";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AutoTileManager.java 71 if (!Prefs.getBoolean(context, Key.QS_NIGHTDISPLAY_ADDED, false)
148 Prefs.putBoolean(mContext, Key.QS_NIGHTDISPLAY_ADDED, true);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
AutoTileManagerTest.java 46 Prefs.putBoolean(mContext, Key.QS_NIGHTDISPLAY_ADDED, false);

Completed in 56 milliseconds