Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DStatusBarManager.java433 private boolean mNotificationPeeking; field in StatusBarManager.DisableInfo
441 mNotificationPeeking = (flags1 & DISABLE_NOTIFICATION_ALERTS) != 0; in DisableInfo()
489 return mNotificationPeeking; in isNotificationPeekingDisabled()
494 mNotificationPeeking = disabled; in setNotificationPeekingDisabled()
537 return !mStatusBarExpansion && !mNavigateHome && !mNotificationPeeking && !mRecents in areAllComponentsEnabled()
545 mNotificationPeeking = false; in setEnableAll()
556 return mStatusBarExpansion && mNavigateHome && mNotificationPeeking in areAllComponentsDisabled()
564 mNotificationPeeking = true; in setDisableAll()
576 .append(mNotificationPeeking ? "disabled" : "enabled"); in toString()
596 if (mNotificationPeeking) disable1 |= DISABLE_NOTIFICATION_ALERTS; in toFlags()