Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationStats.java39 private boolean mSnoozed; field in NotificationStats
128 mSnoozed = in.readByte() != 0; in NotificationStats()
140 dest.writeByte((byte) (mSnoozed ? 1 : 0)); in writeToParcel()
216 return mSnoozed; in hasSnoozed()
223 mSnoozed = true; in setSnoozed()
289 if (mSnoozed != that.mSnoozed) return false; in equals()
300 result = 31 * result + (mSnoozed ? 1 : 0); in hashCode()
314 sb.append(", mSnoozed=").append(mSnoozed); in toString()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49806 Landroid/service/notification/NotificationStats;->mSnoozed:Z