Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java156 private boolean mPreChannelsNotification = true; field in NotificationRecord
207 mPreChannelsNotification = isPreChannelsNotification(); in NotificationRecord()
237 if (mPreChannelsNotification && (getChannel().getUserLockedFields() in calculateSound()
262 if (mPreChannelsNotification in calculateLights()
293 if (mPreChannelsNotification in calculateVibration()
315 if (mPreChannelsNotification in calculateAttributes()
370 if (mPreChannelsNotification in calculateInitialImportance()
560 if (mPreChannelsNotification) { in dump()