Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java168 private boolean mAllowBubble; field in NotificationRecord
519 pw.println(prefix + "mAllowBubble=" + mAllowBubble); in dump()
1080 return mAllowBubble; in canBubble()
1084 mAllowBubble = allow; in setAllowBubble()
H A DNotificationManagerService.java7980 boolean mAllowBubble;
8006 mAllowBubble = allowBubble;
8027 || mAllowBubble != r.canBubble()