Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DStatusBarManager.java552 private boolean mNotificationPeeking; field in StatusBarManager.DisableInfo
563 mNotificationPeeking = (flags1 & DISABLE_NOTIFICATION_ALERTS) != 0; in DisableInfo()
611 return mNotificationPeeking; in isNotificationPeekingDisabled()
616 mNotificationPeeking = disabled; in setNotificationPeekingDisabled()
698 return !mStatusBarExpansion && !mNavigateHome && !mNotificationPeeking && !mRecents in areAllComponentsEnabled()
706 mNotificationPeeking = false; in setEnableAll()
720 return mStatusBarExpansion && mNavigateHome && mNotificationPeeking in areAllComponentsDisabled()
728 mNotificationPeeking = true; in setDisableAll()
744 .append(mNotificationPeeking ? "disabled" : "enabled"); in toString()
767 if (mNotificationPeeking) disable1 |= DISABLE_NOTIFICATION_ALERTS; in toFlags()