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

Commit 1969b7fd authored by Shuo Qian's avatar Shuo Qian
Browse files

Rename isDataConnectionEnabled to isDataConnectionAllowed

Test: Treehugger; no function change
Bug: 148218347
Change-Id: I29bf3e8431a2305b46a73415b701c7089f6a307d
parent 2cb53ebb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2659,7 +2659,7 @@ public class ImsManager implements IFeatureConnector {
    }

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

    private boolean isVolteProvisioned() {