Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1240 int demoted = cursor.getInt(6); in jsonPostFrequencies() local
1248 row.put("demoted", demoted); in jsonPostFrequencies()
1271 int demoted = cursor.getInt(6); in printPostFrequencies() local
1274 ",demoted=" + demoted + "}"); in printPostFrequencies()
/frameworks/base/core/java/android/app/
DNotificationChannel.java831 public void setDemoted(boolean demoted) { in setDemoted() argument
832 mDemoted = demoted; in setDemoted()
/frameworks/base/cmds/statsd/src/
Datoms.proto6241 // Indicates if the channel is a conversation that was demoted by the user.