summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorPinyao Ting <pinyaoting@google.com>2019-07-26 12:28:38 -0700
committerPinyao Ting <pinyaoting@google.com>2019-08-05 20:41:58 -0700
commit49a3e699f9c5dfbd220681c17037621751ffe933 (patch)
treeef90a834a3b1a4ff9c20cecc40cf8067d9588a81 /go
parent1a4b815cd81599063eb97bb9733c0c595ddfffd6 (diff)
downloadandroid_packages_apps_Trebuchet-49a3e699f9c5dfbd220681c17037621751ffe933.tar.gz
android_packages_apps_Trebuchet-49a3e699f9c5dfbd220681c17037621751ffe933.tar.bz2
android_packages_apps_Trebuchet-49a3e699f9c5dfbd220681c17037621751ffe933.zip
show dot in deep shortcuts when notification contains exactly identical
set of person Bug: 132336512 Change-Id: I975524e28168c10a186cdc24b188c161faf433cf
Diffstat (limited to 'go')
-rw-r--r--go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java b/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
index 5fe350342..42b119429 100644
--- a/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
+++ b/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
@@ -45,18 +45,6 @@ public class DeepShortcutManager {
private DeepShortcutManager() { }
- public static boolean supportsShortcuts(ItemInfo info) {
- return false;
- }
-
- public static boolean supportsDeepShortcuts(ItemInfo info) {
- return false;
- }
-
- public static String getShortcutIdIfApplicable(ItemInfo info) {
- return null;
- }
-
/**
* Queries for the shortcuts with the package name and provided ids.
*