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

Skip to content
Snippets Groups Projects
Commit dd1c7d0a authored by Sarah Chin's avatar Sarah Chin Committed by android-build-merger
Browse files

Merge "5G meteredness for telephony framework"

am: 5ce99e22

Change-Id: I5f516f7ba5b4e0ec24283c4b555d4a5ff9ae2ea6
parents ed119d3b 5ce99e22
Branches
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ import android.content.Context;
import android.net.INetworkPolicyListener;
import android.net.NetworkPolicyManager;
import android.os.RemoteException;
import android.telephony.SubscriptionPlan;
import android.util.SparseIntArray;
import com.android.settings.overlay.FeatureFactory;
......@@ -199,8 +200,11 @@ public class DataSaverBackend {
}
@Override
public void onSubscriptionOverride(int subId, int overrideMask, int overrideValue,
long networkTypeMask) {
public void onSubscriptionOverride(int subId, int overrideMask, int overrideValue) {
}
@Override
public void onSubscriptionPlansChanged(int subId, SubscriptionPlan[] plans) {
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment