Searched refs:canShowPrivateNotificationsOnLockScreen (Results 1 – 5 of 5) sorted by relevance
96 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()
37 boolean canShowPrivateNotificationsOnLockScreen(int userId); in canShowPrivateNotificationsOnLockScreen() method
70 mConfig.canShowPrivateNotificationsOnLockScreen(userId); in process()
2891 public boolean canShowPrivateNotificationsOnLockScreen(int userId) { in canShowPrivateNotificationsOnLockScreen() method in PreferencesHelper
16378 PLcom/android/server/notification/PreferencesHelper;->canShowPrivateNotificationsOnLockScreen(I)Z