Update shadow class method name
The method name was updated in ag/25864369 Bug: 302296979 Test: atest SettingsRoboTests Change-Id: Ib3fa0f6e36135831e2ece6e483f3a8c089ffc076
This commit is contained in:
@@ -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