Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationStats.java43 private boolean mSnoozed; field in NotificationStats
135 mSnoozed = in.readByte() != 0; in NotificationStats()
150 dest.writeByte((byte) (mSnoozed ? 1 : 0)); in writeToParcel()
244 return mSnoozed; in hasSnoozed()
251 mSnoozed = true; in setSnoozed()
320 if (mSnoozed != that.mSnoozed) return false; in equals()
334 result = 31 * result + (mSnoozed ? 1 : 0); in hashCode()
351 sb.append(", mSnoozed=").append(mSnoozed); in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49163 Landroid/service/notification/NotificationStats;->mSnoozed:Z