OSDN Git Service

Consolidate SystemUI SharedPreferences.
authorAndrew Flynn <flynn@google.com>
Wed, 1 Apr 2015 18:22:37 +0000 (14:22 -0400)
committerAndrew Flynn <flynn@google.com>
Fri, 10 Apr 2015 13:54:17 +0000 (09:54 -0400)
commit82862573bcf246128782b91ea627285c43133a8d
tree64be6aec55468b5c7f6bb3c347c4c70b70a84c28
parent4c42bc045daccb293198559334df6fc6232fff6a
Consolidate SystemUI SharedPreferences.

Makes it easier to use from any place and gets us type-safety.

Change-Id: I472e340e8332d9a173335b6f337525d58d801881
packages/SystemUI/src/com/android/systemui/Prefs.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/qs/UsageTracker.java
packages/SystemUI/src/com/android/systemui/qs/tiles/ColorInversionTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/DndTile.java
packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
packages/SystemUI/src/com/android/systemui/recents/Constants.java
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java
packages/SystemUI/src/com/android/systemui/recents/RecentsConfiguration.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java