summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/oem/MotorolaUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/oem/MotorolaUtils.java')
-rw-r--r--java/com/android/dialer/oem/MotorolaUtils.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/java/com/android/dialer/oem/MotorolaUtils.java b/java/com/android/dialer/oem/MotorolaUtils.java
index a2757d3ce..5a0800eeb 100644
--- a/java/com/android/dialer/oem/MotorolaUtils.java
+++ b/java/com/android/dialer/oem/MotorolaUtils.java
@@ -32,8 +32,6 @@ public class MotorolaUtils {
"hd_codec_blinking_icon_when_connecting_enabled";
private static final String CONFIG_HD_CODEC_SHOW_ICON_IN_NOTIFICATION_ENABLED =
"hd_codec_show_icon_in_notification_enabled";
- private static final String CONFIG_HD_CODEC_SHOW_ICON_IN_CALL_LOG_ENABLED =
- "hd_codec_show_icon_in_call_log_enabled";
private static final String CONFIG_WIFI_CALL_SHOW_ICON_IN_CALL_LOG_ENABLED =
"wifi_call_show_icon_in_call_log_enabled";
@@ -80,13 +78,6 @@ public class MotorolaUtils {
&& isSupportingSprintHdCodec(context);
}
- public static boolean shouldShowHdIconInCallLog(Context context, int features) {
- return ConfigProviderBindings.get(context)
- .getBoolean(CONFIG_HD_CODEC_SHOW_ICON_IN_CALL_LOG_ENABLED, true)
- && (features & Calls.FEATURES_HD_CALL) == Calls.FEATURES_HD_CALL
- && isSupportingSprintHdCodec(context);
- }
-
public static boolean shouldShowWifiIconInCallLog(Context context, int features) {
return ConfigProviderBindings.get(context)
.getBoolean(CONFIG_WIFI_CALL_SHOW_ICON_IN_CALL_LOG_ENABLED, true)