Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java145 private boolean mNotificationEffectsEnabledForAutomotive; field in NotificationAttentionHelper
262 mNotificationEffectsEnabledForAutomotive = mContext.getResources().getBoolean( in onSystemReady()
365 if (mIsAutomotive && !mNotificationEffectsEnabledForAutomotive) { in buzzBeepBlinkLocked()
1720 mNotificationEffectsEnabledForAutomotive = isEnabled; in setNotificationEffectsEnabledForAutomotive()