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.java44 private boolean mViewedSettings; field in NotificationStats
136 mViewedSettings = in.readByte() != 0; in NotificationStats()
151 dest.writeByte((byte) (mViewedSettings ? 1 : 0)); in writeToParcel()
260 return mViewedSettings; in hasViewedSettings()
267 mViewedSettings = true; in setViewedSettings()
321 if (mViewedSettings != that.mViewedSettings) return false; in equals()
335 result = 31 * result + (mViewedSettings ? 1 : 0); in hashCode()
352 sb.append(", mViewedSettings=").append(mViewedSettings); in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49164 Landroid/service/notification/NotificationStats;->mViewedSettings:Z