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

Commit bd9f0900 authored by Zhen Zhang's avatar Zhen Zhang
Browse files

Update shadow class method name

The method name was updated in ag/25864369
Bug: 302296979
Test: atest SettingsRoboTests

Change-Id: Ib3fa0f6e36135831e2ece6e483f3a8c089ffc076
parent a01eee9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ public class ShadowRestrictedLockUtilsInternal {
    }

    @Implementation
    protected static EnforcedAdmin checkIfMeteredDataRestricted(Context context,
    protected static EnforcedAdmin checkIfMeteredDataUsageUserControlDisabled(Context context,
            String packageName, int userId) {
        if (sIsRestricted) {
            return new EnforcedAdmin();