Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DVisibilityExtractorTest.java96 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelAll()
114 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalNoneDpmAllChannelAll()
132 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(false); in testGlobalSomeDpmAllChannelAll()
150 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmNoneChannelAll()
169 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmSomeChannelAll()
188 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelNone()
206 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelSome()
224 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmSomeChannelNone()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java37 boolean canShowPrivateNotificationsOnLockScreen(int userId); in canShowPrivateNotificationsOnLockScreen() method
DVisibilityExtractor.java70 mConfig.canShowPrivateNotificationsOnLockScreen(userId); in process()
DPreferencesHelper.java2891 public boolean canShowPrivateNotificationsOnLockScreen(int userId) { in canShowPrivateNotificationsOnLockScreen() method in PreferencesHelper
/frameworks/base/services/
Dart-wear-profile16378 PLcom/android/server/notification/PreferencesHelper;->canShowPrivateNotificationsOnLockScreen(I)Z