summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2016-02-12 13:58:38 -0800
committerRichard MacGregor <rmacgregor@cyngn.com>2016-04-08 10:42:50 -0700
commit70b3f14c1e951eba89cfec9fd050847c55e950cd (patch)
treedda807abdb5092fbcc50df81d77419530f1f1027
parent503b9dc572b03034e7aa532d45aaf078d6c0b8da (diff)
downloadandroid_packages_apps_PhoneCommon-70b3f14c1e951eba89cfec9fd050847c55e950cd.tar.gz
android_packages_apps_PhoneCommon-70b3f14c1e951eba89cfec9fd050847c55e950cd.tar.bz2
android_packages_apps_PhoneCommon-70b3f14c1e951eba89cfec9fd050847c55e950cd.zip
Decouple getAllCallMethods from refreshing
Otherwise we can do unneeded work Change-Id: I0d81220ce4ec37dd5b5ada2302264ccd25b16831
-rw-r--r--src-ambient/incall/CallMethodHelper.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-ambient/incall/CallMethodHelper.java b/src-ambient/incall/CallMethodHelper.java
index 10e5e7f..2c9d56f 100644
--- a/src-ambient/incall/CallMethodHelper.java
+++ b/src-ambient/incall/CallMethodHelper.java
@@ -327,7 +327,6 @@ public class CallMethodHelper {
public static HashMap<ComponentName, CallMethodInfo> getAllCallMethods() {
// after the initial broadcast on resume we need to go and get some new data
// this data will broadcast as soon as it becomes available
- refreshDynamicItems();
return mCallMethodInfos;
}