Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconPack.java39 private boolean mIsImportantConversation; field in IconPack
74 mIsImportantConversation = source.mIsImportantConversation; in IconPack()
124 return mIsImportantConversation; in isImportantConversation()
128 mIsImportantConversation = importantConversation; in setImportantConversation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java81 private boolean mIsImportantConversation; field in Bubble
418 mIsImportantConversation = in setEntry()
498 return mIsImportantConversation; in isImportantConversation()