Searched refs:otherSettings (Results 1 – 1 of 1) sorted by relevance
616 final PkgSettings otherSettings = (PkgSettings) other; in equals() local617 return otherSettings.mUid == mUid in equals()618 && otherSettings.mCurrentRestrictionLevel == mCurrentRestrictionLevel in equals()619 && otherSettings.mLastRestrictionLevel == mLastRestrictionLevel in equals()620 && otherSettings.mLevelChangeTime == mLevelChangeTime in equals()621 && otherSettings.mReason == mReason in equals()622 && TextUtils.equals(otherSettings.mPackageName, mPackageName) in equals()623 && Arrays.equals(otherSettings.mLastNotificationShownTime, in equals()625 && Arrays.equals(otherSettings.mNotificationId, mNotificationId); in equals()1049 if (otherSettings.numMaps() != mRestrictionLevels.numMaps()) { in equals()[all …]