Searched defs:recentlyIntrusive (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 97 milliseconds