Merge "Update shadow class method name" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
baa3893b0e
@@ -50,7 +50,7 @@ public class ShadowRestrictedLockUtilsInternal {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Implementation
|
@Implementation
|
||||||
protected static EnforcedAdmin checkIfMeteredDataRestricted(Context context,
|
protected static EnforcedAdmin checkIfMeteredDataUsageUserControlDisabled(Context context,
|
||||||
String packageName, int userId) {
|
String packageName, int userId) {
|
||||||
if (sIsRestricted) {
|
if (sIsRestricted) {
|
||||||
return new EnforcedAdmin();
|
return new EnforcedAdmin();
|
||||||
|
Reference in New Issue
Block a user