Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java139 private final boolean mUseAttentionLight; field in NotificationAttentionHelper
190 mUseAttentionLight = resources.getBoolean(R.bool.config_useAttentionLight); in NotificationAttentionHelper()
490 if (mUseAttentionLight && mAttentionLight != null) { in buzzBeepBlinkLocked()