Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1516 private boolean mCanBubble; field in NotificationListenerService.Ranking
1548 out.writeBoolean(mCanBubble); in writeToParcel()
1581 mCanBubble = in.readBoolean(); in Ranking()
1766 return mCanBubble; in canBubble()
1811 mCanBubble = canBubble; in populate()
1837 other.mCanBubble,
1890 && Objects.equals(mCanBubble, other.mCanBubble)