Searched refs:mAllowBubble (Results 1 – 2 of 2) sorted by relevance
33 private final boolean mAllowBubble; field in NotificationRecordExtractorData61 mAllowBubble = allowBubble; in NotificationRecordExtractorData()84 || mAllowBubble != r.canBubble() in hasDiffForRankingLocked()
180 private boolean mAllowBubble; field in NotificationRecord555 pw.println(prefix + "mAllowBubble=" + mAllowBubble); in dump()1182 return mAllowBubble; in canBubble()1186 mAllowBubble = allow; in setAllowBubble()