Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java89 NotificationChannel recordChannel = record.getChannel(); in process() local
98 } else if (recordChannel == null) { in process()
102 record.setAllowBubble(recordChannel.getAllowBubbles() != ALLOW_BUBBLE_OFF); in process()
104 record.setAllowBubble(recordChannel.canBubble()); in process()