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.java106 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelAll()
124 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalNoneDpmAllChannelAll()
142 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(false); in testGlobalSomeDpmAllChannelAll()
160 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmNoneChannelAll()
179 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmSomeChannelAll()
198 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelNone()
216 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelSome()
234 when(mConfig.canShowPrivateNotificationsOnLockScreen(mUser)).thenReturn(true); in testGlobalAllDpmSomeChannelNone()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java39 boolean canShowPrivateNotificationsOnLockScreen(int userId); in canShowPrivateNotificationsOnLockScreen() method
DVisibilityExtractor.java70 mConfig.canShowPrivateNotificationsOnLockScreen(userId); in process()
DPreferencesHelper.java2511 public boolean canShowPrivateNotificationsOnLockScreen(int userId) { in canShowPrivateNotificationsOnLockScreen() method in PreferencesHelper
/frameworks/base/services/
Dart-profile27378 HPLcom/android/server/notification/PreferencesHelper;->canShowPrivateNotificationsOnLockScreen(I)Z+…