Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java790 public void setRecentlyIntrusive(boolean recentlyIntrusive) { in setRecentlyIntrusive() argument
791 mRecentlyIntrusive = recentlyIntrusive; in setRecentlyIntrusive()
792 if (recentlyIntrusive) { in setRecentlyIntrusive()