Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconPack.java39 private boolean mIsImportantConversation; field in IconPack
71 mIsImportantConversation = source.mIsImportantConversation; in IconPack()
125 return mIsImportantConversation; in isImportantConversation()
129 mIsImportantConversation = importantConversation; in setImportantConversation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleInfo.java50 private boolean mIsImportantConversation; field in BubbleInfo
63 mIsImportantConversation = isImportantConversation; in BubbleInfo()
75 mIsImportantConversation = source.readBoolean(); in BubbleInfo()
115 return mIsImportantConversation; in isImportantConversation()
174 parcel.writeBoolean(mIsImportantConversation); in writeToParcel()
/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.java116 private boolean mIsImportantConversation; field in Bubble
631 mIsImportantConversation = in setEntry()
768 return mIsImportantConversation; in isImportantConversation()