Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordExtractorData.java34 private final boolean mIsBubble; field in NotificationRecordExtractorData
62 mIsBubble = isBubble; in NotificationRecordExtractorData()
85 || mIsBubble != r.getNotification().isBubbleNotification() in hasDiffForRankingLocked()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DRankingBuilder.java61 private boolean mIsBubble = false; field in RankingBuilder
92 mIsBubble = ranking.isBubble(); in RankingBuilder()
123 mIsBubble, in build()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1769 private boolean mIsBubble; field in NotificationListenerService.Ranking
1811 out.writeBoolean(mIsBubble); in writeToParcel()
1851 mIsBubble = in.readBoolean(); in Ranking()
2116 return mIsBubble; in isBubble()
2176 mIsBubble = isBubble; in populate()
2219 other.mIsBubble, in populate()
2280 && Objects.equals(mIsBubble, other.mIsBubble) in equals()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java148 private boolean mIsBubble; field in Bubble
618 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()
981 mIsBubble = isBubble; in setIsBubble()
985 return mIsBubble; in isBubble()