Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DRankingBuilder.java54 private boolean mCanBubble = false; field in RankingBuilder
83 mCanBubble = ranking.canBubble(); in RankingBuilder()
112 mCanBubble, in build()
188 mCanBubble = canBubble; in setCanBubble()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1700 private boolean mCanBubble; field in NotificationListenerService.Ranking
1737 out.writeBoolean(mCanBubble); in writeToParcel()
1775 mCanBubble = in.readBoolean(); in Ranking()
1975 return mCanBubble; in canBubble()
2056 mCanBubble = canBubble; in populate()
2097 other.mCanBubble, in populate()
2154 && Objects.equals(mCanBubble, other.mCanBubble) in equals()