Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotificationChannel.java260 private boolean mDemoted = false; field in NotificationChannel
329 mDemoted = in.readBoolean(); in NotificationChannel()
389 dest.writeBoolean(mDemoted); in writeToParcel()
905 mDemoted = demoted; in setDemoted()
914 return mDemoted; in isDemoted()
1281 mParentId, mConversationId, mDemoted, mImportantConvo); in hashCode()
1330 + ", mDemoted=" + mDemoted in getFieldsString()