Loading packages/SettingsLib/src/com/android/settingslib/RestrictedLockUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -701,8 +701,8 @@ public class RestrictedLockUtils { if (userId != other.userId) { return false; } if ((component == null && other == null) || (component != null && component.equals(other))) { if ((component == null && other.component == null) || (component != null && component.equals(other.component))) { return true; } return false; Loading Loading
packages/SettingsLib/src/com/android/settingslib/RestrictedLockUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -701,8 +701,8 @@ public class RestrictedLockUtils { if (userId != other.userId) { return false; } if ((component == null && other == null) || (component != null && component.equals(other))) { if ((component == null && other.component == null) || (component != null && component.equals(other.component))) { return true; } return false; Loading