Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DStatusBarManager.java462 private boolean mNotificationPeeking; field in StatusBarManager.DisableInfo
473 mNotificationPeeking = (flags1 & DISABLE_NOTIFICATION_ALERTS) != 0; in DisableInfo()
524 return mNotificationPeeking; in isNotificationPeekingDisabled()
529 mNotificationPeeking = disabled; in setNotificationPeekingDisabled()
614 return !mStatusBarExpansion && !mNavigateHome && !mNotificationPeeking && !mRecents in areAllComponentsEnabled()
622 mNotificationPeeking = false; in setEnableAll()
636 return mStatusBarExpansion && mNavigateHome && mNotificationPeeking in areAllComponentsDisabled()
644 mNotificationPeeking = true; in setDisableAll()
660 .append(mNotificationPeeking ? "disabled" : "enabled"); in toString()
683 if (mNotificationPeeking) disable1 |= DISABLE_NOTIFICATION_ALERTS; in toFlags()