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.java680 public void setRecentlyIntrusive(boolean recentlyIntrusive) { in setRecentlyIntrusive() argument
681 mRecentlyIntrusive = recentlyIntrusive; in setRecentlyIntrusive()
682 if (recentlyIntrusive) { in setRecentlyIntrusive()