Searched refs:mSnoozed (Results 1 – 2 of 2) sorted by relevance
41 private boolean mSnoozed; field in NotificationStats119 mSnoozed = in.readByte() != 0; in NotificationStats()131 dest.writeByte((byte) (mSnoozed ? 1 : 0)); in writeToParcel()207 return mSnoozed; in hasSnoozed()214 mSnoozed = true; in setSnoozed()280 if (mSnoozed != that.mSnoozed) return false; in equals()291 result = 31 * result + (mSnoozed ? 1 : 0); in hashCode()305 sb.append(", mSnoozed=").append(mSnoozed); in toString()
63718 Landroid/service/notification/NotificationStats;->mSnoozed:Z