Home
last modified time | relevance | path

Searched refs:mAllowBubble (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordExtractorData.java33 private final boolean mAllowBubble; field in NotificationRecordExtractorData
61 mAllowBubble = allowBubble; in NotificationRecordExtractorData()
84 || mAllowBubble != r.canBubble() in hasDiffForRankingLocked()
DNotificationRecord.java180 private boolean mAllowBubble; field in NotificationRecord
555 pw.println(prefix + "mAllowBubble=" + mAllowBubble); in dump()
1182 return mAllowBubble; in canBubble()
1186 mAllowBubble = allow; in setAllowBubble()