aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sdk/src/java/org/lineageos/internal/util/QSUtils.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/sdk/src/java/org/lineageos/internal/util/QSUtils.java b/sdk/src/java/org/lineageos/internal/util/QSUtils.java
index 3c3d80b9..d3a6f58a 100644
--- a/sdk/src/java/org/lineageos/internal/util/QSUtils.java
+++ b/sdk/src/java/org/lineageos/internal/util/QSUtils.java
@@ -236,14 +236,6 @@ public class QSUtils {
ctx.getContentResolver().unregisterContentObserver(observer);
}
-
- public static boolean deviceSupportsLte(Context ctx) {
- final TelephonyManager tm = (TelephonyManager)
- ctx.getSystemService(Context.TELEPHONY_SERVICE);
- return (tm.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE)
- || tm.getLteOnGsmMode() != 0;
- }
-
public static boolean deviceSupportsDdsSupported(Context context) {
TelephonyManager tm = (TelephonyManager)
context.getSystemService(Context.TELEPHONY_SERVICE);