Searched refs:mIsBubble (Results 1 – 4 of 4) sorted by relevance
34 private final boolean mIsBubble; field in NotificationRecordExtractorData62 mIsBubble = isBubble; in NotificationRecordExtractorData()85 || mIsBubble != r.getNotification().isBubbleNotification() in hasDiffForRankingLocked()
61 private boolean mIsBubble = false; field in RankingBuilder92 mIsBubble = ranking.isBubble(); in RankingBuilder()123 mIsBubble, in build()
1769 private boolean mIsBubble; field in NotificationListenerService.Ranking1811 out.writeBoolean(mIsBubble); in writeToParcel()1851 mIsBubble = in.readBoolean(); in Ranking()2116 return mIsBubble; in isBubble()2176 mIsBubble = isBubble; in populate()2219 other.mIsBubble, in populate()2280 && Objects.equals(mIsBubble, other.mIsBubble) in equals()
148 private boolean mIsBubble; field in Bubble618 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()981 mIsBubble = isBubble; in setIsBubble()985 return mIsBubble; in isBubble()