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.java58 private boolean mIsBubble = false; field in RankingBuilder
86 mIsBubble = ranking.isBubble(); in RankingBuilder()
114 mIsBubble); in build()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java109 private boolean mIsBubble; field in Bubble
378 mIsBubble = entry.getSbn().getNotification().isBubbleNotification(); in setEntry()
664 mIsBubble = isBubble; in setIsBubble()
668 return mIsBubble; in isBubble()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1572 private boolean mIsBubble; field in NotificationListenerService.Ranking
1607 out.writeBoolean(mIsBubble); in writeToParcel()
1643 mIsBubble = in.readBoolean(); in Ranking()
1853 return mIsBubble; in isBubble()
1900 mIsBubble = isBubble; in populate()
1929 other.mIsBubble);
1987 && Objects.equals(mIsBubble, other.mIsBubble);