Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationStats.java40 private boolean mViewedSettings; field in NotificationStats
123 mViewedSettings = in.readByte() != 0; in NotificationStats()
135 dest.writeByte((byte) (mViewedSettings ? 1 : 0)); in writeToParcel()
226 return mViewedSettings; in hasViewedSettings()
233 mViewedSettings = true; in setViewedSettings()
284 if (mViewedSettings != that.mViewedSettings) return false; in equals()
295 result = 31 * result + (mViewedSettings ? 1 : 0); in hashCode()
309 sb.append(", mViewedSettings=").append(mViewedSettings); in toString()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53130 Landroid/service/notification/NotificationStats;->mViewedSettings:Z