Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DRankingBuilder.java59 private boolean mIsBubble = false; field in RankingBuilder
88 mIsBubble = ranking.isBubble(); in RankingBuilder()
117 mIsBubble); in build()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1705 private boolean mIsBubble; field in NotificationListenerService.Ranking
1742 out.writeBoolean(mIsBubble); in writeToParcel()
1780 mIsBubble = in.readBoolean(); in Ranking()
2002 return mIsBubble; in isBubble()
2061 mIsBubble = isBubble; in populate()
2102 other.mIsBubble); in populate()
2161 && Objects.equals(mIsBubble, other.mIsBubble); in equals()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java123 private boolean mIsBubble; field in Bubble
454 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()
781 mIsBubble = isBubble; in setIsBubble()
785 return mIsBubble; in isBubble()