Searched refs:canShowNotificationsOnLockscreen (Results 1 – 5 of 5) sorted by relevance
95 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()
36 boolean canShowNotificationsOnLockscreen(int userId); in canShowNotificationsOnLockscreen() method
57 mConfig.canShowNotificationsOnLockscreen(userId); in process()
2883 public boolean canShowNotificationsOnLockscreen(int userId) { in canShowNotificationsOnLockscreen() method in PreferencesHelper
16377 PLcom/android/server/notification/PreferencesHelper;->canShowNotificationsOnLockscreen(I)Z