Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdd805ca authored by Shuo Qian's avatar Shuo Qian
Browse files

Rename isDataCapable to isDataConnectionEnabled

Bug: 147017757
Test: Treehugger
Change-Id: I894b3c7754f84e1f48d5725cce44ee796dfdf52b
parent eb30aed3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2621,7 +2621,7 @@ public class ImsManager implements IFeatureConnector {
    }

    private boolean isDataEnabled() {
        return new TelephonyManager(mContext, getSubId()).isDataCapable();
        return new TelephonyManager(mContext, getSubId()).isDataConnectionEnabled();
    }

    private boolean isVolteProvisioned() {