Searched refs:mIsBubble (Results 1 – 3 of 3) sorted by relevance
58 private boolean mIsBubble = false; field in RankingBuilder86 mIsBubble = ranking.isBubble(); in RankingBuilder()114 mIsBubble); in build()
109 private boolean mIsBubble; field in Bubble378 mIsBubble = entry.getSbn().getNotification().isBubbleNotification(); in setEntry()664 mIsBubble = isBubble; in setIsBubble()668 return mIsBubble; in isBubble()
1572 private boolean mIsBubble; field in NotificationListenerService.Ranking1607 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);