summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/IconCache.java
diff options
context:
space:
mode:
authorKenny Guy <kennyguy@google.com>2014-07-21 17:11:41 +0100
committerKenny Guy <kennyguy@google.com>2014-07-21 18:33:40 +0100
commitd6fe52636dcaa96ec1e10ce2daebe98b820c9739 (patch)
treee3858aa31c14f36b9cdf40aeed11412be01b873a /src/com/android/launcher3/IconCache.java
parentebf50c93b0d1a4f12329c92a3873a8409c566c7e (diff)
downloadandroid_packages_apps_Trebuchet-d6fe52636dcaa96ec1e10ce2daebe98b820c9739.tar.gz
android_packages_apps_Trebuchet-d6fe52636dcaa96ec1e10ce2daebe98b820c9739.tar.bz2
android_packages_apps_Trebuchet-d6fe52636dcaa96ec1e10ce2daebe98b820c9739.zip
Change getBadgedLabelForUser to use CharSequence
Bug: 16401636 Change-Id: I7b72a6dd53fec1c0afe6ea33803af9e3c54e597e
Diffstat (limited to 'src/com/android/launcher3/IconCache.java')
-rw-r--r--src/com/android/launcher3/IconCache.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/launcher3/IconCache.java b/src/com/android/launcher3/IconCache.java
index 7d8628d9d..221df583b 100644
--- a/src/com/android/launcher3/IconCache.java
+++ b/src/com/android/launcher3/IconCache.java
@@ -64,8 +64,8 @@ public class IconCache {
private static class CacheEntry {
public Bitmap icon;
- public String title;
- public String contentDescription;
+ public CharSequence title;
+ public CharSequence contentDescription;
}
private static class CacheKey {