Searched refs:mSnoozed (Results 1 – 2 of 2) sorted by relevance
39 private boolean mSnoozed; field in NotificationStats122 mSnoozed = in.readByte() != 0; in NotificationStats()134 dest.writeByte((byte) (mSnoozed ? 1 : 0)); in writeToParcel()210 return mSnoozed; in hasSnoozed()217 mSnoozed = true; in setSnoozed()283 if (mSnoozed != that.mSnoozed) return false; in equals()294 result = 31 * result + (mSnoozed ? 1 : 0); in hashCode()308 sb.append(", mSnoozed=").append(mSnoozed); in toString()
53129 Landroid/service/notification/NotificationStats;->mSnoozed:Z