Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordExtractorData.java34 private final boolean mIsBubble; field in NotificationRecordExtractorData
62 mIsBubble = isBubble; in NotificationRecordExtractorData()
85 || mIsBubble != r.getNotification().isBubbleNotification() in hasDiffForRankingLocked()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java61 private boolean mIsBubble = false; field in RankingBuilder
92 mIsBubble = ranking.isBubble(); in RankingBuilder()
123 mIsBubble, in build()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1748 private boolean mIsBubble; field in NotificationListenerService.Ranking
1790 out.writeBoolean(mIsBubble); in writeToParcel()
1830 mIsBubble = in.readBoolean(); in Ranking()
2082 return mIsBubble; in isBubble()
2142 mIsBubble = isBubble; in populate()
2185 other.mIsBubble, in populate()
2246 && Objects.equals(mIsBubble, other.mIsBubble) in equals()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java144 private boolean mIsBubble; field in Bubble
571 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()
935 mIsBubble = isBubble; in setIsBubble()
939 return mIsBubble; in isBubble()