Loading tests/robotests/src/com/android/settings/testutils/shadow/ShadowRestrictedLockUtilsInternal.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
tests/robotests/src/com/android/settings/testutils/shadow/ShadowRestrictedLockUtilsInternal.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading