Searched refs:mIsBubble (Results 1 – 4 of 4) sorted by relevance
59 private boolean mIsBubble = false; field in RankingBuilder88 mIsBubble = ranking.isBubble(); in RankingBuilder()117 mIsBubble); in build()
1706 private boolean mIsBubble; field in NotificationListenerService.Ranking1743 out.writeBoolean(mIsBubble); in writeToParcel()1781 mIsBubble = in.readBoolean(); in Ranking()2003 return mIsBubble; in isBubble()2062 mIsBubble = isBubble; in populate()2103 other.mIsBubble); in populate()2162 && Objects.equals(mIsBubble, other.mIsBubble); in equals()
123 private boolean mIsBubble; field in Bubble446 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()773 mIsBubble = isBubble; in setIsBubble()777 return mIsBubble; in isBubble()
7981 boolean mIsBubble;8007 mIsBubble = isBubble;8028 || mIsBubble != r.getNotification().isBubbleNotification()