Merge "Update shadow class method name" into main

This commit is contained in:
Treehugger Robot
2024-01-12 04:25:44 +00:00
committed by Android (Google) Code Review

View File

@@ -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();