Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationStats.java42 private boolean mViewedSettings; field in NotificationStats
120 mViewedSettings = in.readByte() != 0; in NotificationStats()
132 dest.writeByte((byte) (mViewedSettings ? 1 : 0)); in writeToParcel()
223 return mViewedSettings; in hasViewedSettings()
230 mViewedSettings = true; in setViewedSettings()
281 if (mViewedSettings != that.mViewedSettings) return false; in equals()
292 result = 31 * result + (mViewedSettings ? 1 : 0); in hashCode()
306 sb.append(", mViewedSettings=").append(mViewedSettings); in toString()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63719 Landroid/service/notification/NotificationStats;->mViewedSettings:Z