Home
last modified time | relevance | path

Searched refs:mIsImportantConversation (Results 1 – 3 of 3) 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/core/java/android/app/people/
DPeopleSpaceTile.java60 private boolean mIsImportantConversation; field in PeopleSpaceTile
85 mIsImportantConversation = b.mIsImportantConversation; in PeopleSpaceTile()
140 return mIsImportantConversation; in isImportantConversation()
236 builder.setIsImportantConversation(mIsImportantConversation); in toBuilder()
264 private boolean mIsImportantConversation; field in PeopleSpaceTile.Builder
310 mIsImportantConversation = channel.getNotificationChannel() != null in Builder()
377 mIsImportantConversation = isImportantConversation; in setIsImportantConversation()
481 mIsImportantConversation = in.readBoolean(); in PeopleSpaceTile()
514 dest.writeBoolean(mIsImportantConversation); in writeToParcel()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java93 private boolean mIsImportantConversation; field in Bubble
467 mIsImportantConversation = in setEntry()
592 return mIsImportantConversation; in isImportantConversation()