Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DVisibilityExtractorTest.java105 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelAll()
123 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(false); in testGlobalNoneDpmAllChannelAll()
141 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalSomeDpmAllChannelAll()
159 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmNoneChannelAll()
178 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmSomeChannelAll()
197 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelNone()
215 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelSome()
233 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmSomeChannelNone()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingConfig.java38 boolean canShowNotificationsOnLockscreen(int userId); in canShowNotificationsOnLockscreen() method
H A DVisibilityExtractor.java57 mConfig.canShowNotificationsOnLockscreen(userId); in process()
H A DPreferencesHelper.java2505 public boolean canShowNotificationsOnLockscreen(int userId) { in canShowNotificationsOnLockscreen() method in PreferencesHelper
/aosp12/frameworks/base/services/
H A Dart-profile27377 HPLcom/android/server/notification/PreferencesHelper;->canShowNotificationsOnLockscreen(I)Z+]Landro…