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.java145 private boolean mPreChannelsNotification = true; field in NotificationRecord
186 mPreChannelsNotification = isPreChannelsNotification(); in NotificationRecord()
216 if (mPreChannelsNotification && (getChannel().getUserLockedFields() in calculateSound()
241 if (mPreChannelsNotification in calculateLights()
272 if (mPreChannelsNotification in calculateVibration()
294 if (mPreChannelsNotification in calculateAttributes()
343 if (mPreChannelsNotification in calculateImportance()
529 if (mPreChannelsNotification) { in dump()