Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java1149 public boolean hasBeenVisiblyExpanded() { in hasBeenVisiblyExpanded() method in NotificationRecord
1150 return stats.hasBeenVisiblyExpanded(); in hasBeenVisiblyExpanded()
DNotificationUsageStats.java936 public boolean hasBeenVisiblyExpanded() { in hasBeenVisiblyExpanded() method in NotificationUsageStats.SingleNotificationStats
DNotificationManagerService.java944 if (isHun || r.hasBeenVisiblyExpanded()) {
972 if (r.hasBeenVisiblyExpanded()) {
/frameworks/base/services/
Dart-profile9733 …roid/server/notification/NotificationUsageStats$SingleNotificationStats;->hasBeenVisiblyExpanded()Z