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.java95 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelAll()
113 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(false); in testGlobalNoneDpmAllChannelAll()
131 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalSomeDpmAllChannelAll()
149 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmNoneChannelAll()
168 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmSomeChannelAll()
187 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelNone()
205 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelSome()
223 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmSomeChannelNone()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java36 boolean canShowNotificationsOnLockscreen(int userId); in canShowNotificationsOnLockscreen() method
DVisibilityExtractor.java57 mConfig.canShowNotificationsOnLockscreen(userId); in process()
DPreferencesHelper.java2883 public boolean canShowNotificationsOnLockscreen(int userId) { in canShowNotificationsOnLockscreen() method in PreferencesHelper
/frameworks/base/services/
Dart-wear-profile16377 PLcom/android/server/notification/PreferencesHelper;->canShowNotificationsOnLockscreen(I)Z