Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconPack.java39 private boolean mIsImportantConversation; field in IconPack
74 mIsImportantConversation = source.mIsImportantConversation; in IconPack()
124 return mIsImportantConversation; in isImportantConversation()
128 mIsImportantConversation = importantConversation; in setImportantConversation()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubbleInfo.java48 private boolean mIsImportantConversation; field in BubbleInfo
60 mIsImportantConversation = isImportantConversation; in BubbleInfo()
71 mIsImportantConversation = source.readBoolean(); in BubbleInfo()
106 return mIsImportantConversation; in isImportantConversation()
164 parcel.writeBoolean(mIsImportantConversation); in writeToParcel()
/aosp14/frameworks/base/core/java/android/app/people/
H A 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java112 private boolean mIsImportantConversation; field in Bubble
584 mIsImportantConversation = in setEntry()
721 return mIsImportantConversation; in isImportantConversation()