Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java260 private boolean mDemoted = false; field in NotificationChannel
331 mDemoted = in.readBoolean(); in NotificationChannel()
391 dest.writeBoolean(mDemoted); in writeToParcel()
914 mDemoted = demoted; in setDemoted()
923 return mDemoted; in isDemoted()
1291 mParentId, mConversationId, mDemoted, mImportantConvo); in hashCode()
1340 + ", mDemoted=" + mDemoted in getFieldsString()