Home
last modified time | relevance | path

Searched refs:mCanBubble (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DRankingBuilder.java56 private boolean mCanBubble = false; field in RankingBuilder
87 mCanBubble = ranking.canBubble(); in RankingBuilder()
118 mCanBubble, in build()
196 mCanBubble = canBubble; in setCanBubble()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1764 private boolean mCanBubble; field in NotificationListenerService.Ranking
1806 out.writeBoolean(mCanBubble); in writeToParcel()
1846 mCanBubble = in.readBoolean(); in Ranking()
2089 return mCanBubble; in canBubble()
2171 mCanBubble = canBubble; in populate()
2214 other.mCanBubble, in populate()
2273 && Objects.equals(mCanBubble, other.mCanBubble) in equals()