Searched defs:mRecentlyIntrusive (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java61 private boolean mRecentlyIntrusive; field in class:NotificationRecord
100 mRecentlyIntrusive = previous.mRecentlyIntrusive;
193 pw.println(prefix + " mRecentlyIntrusive=" + mRecentlyIntrusive);
245 mRecentlyIntrusive = recentlyIntrusive;
249 return mRecentlyIntrusive;

Completed in 61 milliseconds