Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java42 if (!Prefs.getBoolean(context, Key.QS_HOTSPOT_ADDED, false)) { in AutoTileManager()
145 Prefs.putBoolean(mContext, Key.QS_HOTSPOT_ADDED, true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DPrefs.java45 Key.QS_HOTSPOT_ADDED,
65 String QS_HOTSPOT_ADDED = "QsHotspotAdded"; field