diff --git a/tests/robotests/src/com/android/settings/testutils/shadow/ShadowRestrictedLockUtilsInternal.java b/tests/robotests/src/com/android/settings/testutils/shadow/ShadowRestrictedLockUtilsInternal.java index d66aa619f9e..5989d49c7fd 100644 --- a/tests/robotests/src/com/android/settings/testutils/shadow/ShadowRestrictedLockUtilsInternal.java +++ b/tests/robotests/src/com/android/settings/testutils/shadow/ShadowRestrictedLockUtilsInternal.java @@ -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();