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()
1748 private boolean mIsBubble; field in NotificationListenerService.Ranking1790 out.writeBoolean(mIsBubble); in writeToParcel()1830 mIsBubble = in.readBoolean(); in Ranking()2082 return mIsBubble; in isBubble()2142 mIsBubble = isBubble; in populate()2185 other.mIsBubble, in populate()2246 && Objects.equals(mIsBubble, other.mIsBubble) in equals()
144 private boolean mIsBubble; field in Bubble571 mIsBubble = entry.getStatusBarNotification().getNotification().isBubbleNotification(); in setEntry()935 mIsBubble = isBubble; in setIsBubble()939 return mIsBubble; in isBubble()