Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java168 private boolean mAllowBubble; field in NotificationRecord
515 pw.println(prefix + "mAllowBubble=" + mAllowBubble); in dump()
1055 return mAllowBubble; in canBubble()
1059 mAllowBubble = allow; in setAllowBubble()