Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java280 private boolean mDemoted = false; field in NotificationChannel
360 mDemoted = in.readBoolean(); in NotificationChannel()
428 dest.writeBoolean(mDemoted); in writeToParcel()
459 copy.setDemoted(mDemoted); in copy()
1047 mDemoted = demoted; in setDemoted()
1056 return mDemoted; in isDemoted()
1564 mParentId, mConversationId, mDemoted, mImportantConvo); in hashCode()
1614 + ", mDemoted=" + mDemoted in getFieldsString()