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

Commit c9d85cf6 authored by Shuo Qian's avatar Shuo Qian Committed by sqian
Browse files

Rename isDataConnectionEnabled to isDataConnectionAllowed

Test: Treehugger; no function change
Bug: 148218347
Change-Id: I29bf3e8431a2305b46a73415b701c7089f6a307d
Merged-In: I29bf3e8431a2305b46a73415b701c7089f6a307d
(cherry picked from commit 1969b7fd)
parent ac9142cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2649,7 +2649,7 @@ public class ImsManager implements IFeatureConnector {
    }

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

    private boolean isVolteProvisioned() {