Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
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()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java38 boolean canShowNotificationsOnLockscreen(int userId); in canShowNotificationsOnLockscreen() method
DVisibilityExtractor.java57 mConfig.canShowNotificationsOnLockscreen(userId); in process()
DPreferencesHelper.java2503 public boolean canShowNotificationsOnLockscreen(int userId) { in canShowNotificationsOnLockscreen() method in PreferencesHelper
/frameworks/base/services/
Dart-profile27377 HPLcom/android/server/notification/PreferencesHelper;->canShowNotificationsOnLockscreen(I)Z+]Landro…