diff options
author | Winson <winsonc@google.com> | 2016-03-18 17:17:25 -0700 |
---|---|---|
committer | Winson <winsonc@google.com> | 2016-03-23 18:49:22 -0700 |
commit | 008ee15fe82c8216e8e4f67e3032de468cc6c92a (patch) | |
tree | b11f70047c0a522ee15dc4c5a93afd1b3a3b7cd9 /packages/SystemUI/src/com/android/systemui/Prefs.java | |
parent | 59924fe0d9136cf349759bea1e06b661603f95fe (diff) |
Completely removing dead code related to search widget.
Bug: 27742174
Change-Id: Ie478c562f6152338417aca5262b7f33ee4ca7ed5
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/Prefs.java')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/Prefs.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/Prefs.java b/packages/SystemUI/src/com/android/systemui/Prefs.java index 9f2745b9ac24..28ed84f37642 100644 --- a/packages/SystemUI/src/com/android/systemui/Prefs.java +++ b/packages/SystemUI/src/com/android/systemui/Prefs.java @@ -30,8 +30,6 @@ public final class Prefs { @Retention(RetentionPolicy.SOURCE) @StringDef({ - Key.OVERVIEW_SEARCH_APP_WIDGET_ID, - Key.OVERVIEW_SEARCH_APP_WIDGET_PACKAGE, Key.OVERVIEW_LAST_STACK_TASK_ACTIVE_TIME, Key.DEBUG_MODE_ENABLED, Key.HOTSPOT_TILE_LAST_USED, @@ -51,8 +49,6 @@ public final class Prefs { Key.QS_NIGHT_ADDED, }) public @interface Key { - String OVERVIEW_SEARCH_APP_WIDGET_ID = "searchAppWidgetId"; - String OVERVIEW_SEARCH_APP_WIDGET_PACKAGE = "searchAppWidgetPackage"; String OVERVIEW_LAST_STACK_TASK_ACTIVE_TIME = "OverviewLastStackTaskActiveTime"; String DEBUG_MODE_ENABLED = "debugModeEnabled"; String HOTSPOT_TILE_LAST_USED = "HotspotTileLastUsed"; |