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.java172 private boolean mPreChannelsNotification = true; field in NotificationRecord
242 mPreChannelsNotification = isPreChannelsNotification(); in NotificationRecord()
272 if (mPreChannelsNotification && (getChannel().getUserLockedFields() in calculateSound()
297 if (mPreChannelsNotification in calculateLights()
341 if (mPreChannelsNotification in calculateVibration()
361 if (mPreChannelsNotification in calculateAttributes()
416 if (mPreChannelsNotification in calculateInitialImportance()
540 if (mPreChannelsNotification) { in dump()