Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java552 public void setRecentlyIntrusive(boolean recentlyIntrusive) { in setRecentlyIntrusive() argument
553 mRecentlyIntrusive = recentlyIntrusive; in setRecentlyIntrusive()
554 if (recentlyIntrusive) { in setRecentlyIntrusive()