Loading core/java/android/content/RestrictionEntry.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -456,7 +456,7 @@ public class RestrictionEntry implements Parcelable { if (o == this) return true; if (o == this) return true; if (!(o instanceof RestrictionEntry)) return false; if (!(o instanceof RestrictionEntry)) return false; final RestrictionEntry other = (RestrictionEntry) o; final RestrictionEntry other = (RestrictionEntry) o; if (mType != other.mType || mKey.equals(other.mKey)) { if (mType != other.mType || !mKey.equals(other.mKey)) { return false; return false; } } if (mCurrentValues == null && other.mCurrentValues == null if (mCurrentValues == null && other.mCurrentValues == null Loading Loading
core/java/android/content/RestrictionEntry.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -456,7 +456,7 @@ public class RestrictionEntry implements Parcelable { if (o == this) return true; if (o == this) return true; if (!(o instanceof RestrictionEntry)) return false; if (!(o instanceof RestrictionEntry)) return false; final RestrictionEntry other = (RestrictionEntry) o; final RestrictionEntry other = (RestrictionEntry) o; if (mType != other.mType || mKey.equals(other.mKey)) { if (mType != other.mType || !mKey.equals(other.mKey)) { return false; return false; } } if (mCurrentValues == null && other.mCurrentValues == null if (mCurrentValues == null && other.mCurrentValues == null Loading