Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DRankingBuilder.java59 private boolean mIsBubble = false; field in RankingBuilder
88 mIsBubble = ranking.isBubble(); in RankingBuilder()
117 mIsBubble); in build()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1706 private boolean mIsBubble; field in NotificationListenerService.Ranking
1743 out.writeBoolean(mIsBubble); in writeToParcel()
1781 mIsBubble = in.readBoolean(); in Ranking()
2003 return mIsBubble; in isBubble()
2062 mIsBubble = isBubble; in populate()
2103 other.mIsBubble); in populate()
2162 && Objects.equals(mIsBubble, other.mIsBubble); in equals()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java123 private boolean mIsBubble; field in Bubble
446 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()
773 mIsBubble = isBubble; in setIsBubble()
777 return mIsBubble; in isBubble()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java7981 boolean mIsBubble;
8007 mIsBubble = isBubble;
8028 || mIsBubble != r.getNotification().isBubbleNotification()