Searched refs:canShowPrivateNotificationsOnLockScreen (Results 1 – 5 of 5) sorted by relevance
106 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()
39 boolean canShowPrivateNotificationsOnLockScreen(int userId); in canShowPrivateNotificationsOnLockScreen() method
70 mConfig.canShowPrivateNotificationsOnLockScreen(userId); in process()
2511 public boolean canShowPrivateNotificationsOnLockScreen(int userId) { in canShowPrivateNotificationsOnLockScreen() method in PreferencesHelper
27378 HPLcom/android/server/notification/PreferencesHelper;->canShowPrivateNotificationsOnLockScreen(I)Z+…