Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DStatusBarManager.java1322 private boolean mNotificationPeeking; field in StatusBarManager.DisableInfo
1334 mNotificationPeeking = (flags1 & DISABLE_NOTIFICATION_ALERTS) != 0; in DisableInfo()
1383 return mNotificationPeeking; in isNotificationPeekingDisabled()
1388 mNotificationPeeking = disabled; in setNotificationPeekingDisabled()
1479 return !mStatusBarExpansion && !mNavigateHome && !mNotificationPeeking && !mRecents in areAllComponentsEnabled()
1488 mNotificationPeeking = false; in setEnableAll()
1503 return mStatusBarExpansion && mNavigateHome && mNotificationPeeking in areAllComponentsDisabled()
1512 mNotificationPeeking = true; in setDisableAll()
1529 .append(mNotificationPeeking ? "disabled" : "enabled"); in toString()
1553 if (mNotificationPeeking) disable1 |= DISABLE_NOTIFICATION_ALERTS; in toFlags()