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
1547 out.writeBoolean(mCanBubble); in writeToParcel()
1579 mCanBubble = in.readBoolean(); in Ranking()
1763 return mCanBubble; in canBubble()
1802 mCanBubble = canBubble; in populate()
1827 other.mCanBubble);
1879 && Objects.equals(mCanBubble, other.mCanBubble);