Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java575 private boolean mUseAttentionLight; field in NotificationManagerService
2385 mUseAttentionLight = resources.getBoolean(R.bool.config_useAttentionLight); in init()
6369 pw.println(" mUseAttentionLight=" + mUseAttentionLight);
8431 if (mUseAttentionLight && mAttentionLight != null) {