Home
last modified time | relevance | path

Searched refs:otherSettings (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java616 final PkgSettings otherSettings = (PkgSettings) other; in equals() local
617 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 …]