Searched refs:canShowNotificationsOnLockscreen (Results 1 – 5 of 5) sorted by relevance
105 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelAll()123 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(false); in testGlobalNoneDpmAllChannelAll()141 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalSomeDpmAllChannelAll()159 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmNoneChannelAll()178 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmSomeChannelAll()197 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelNone()215 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmAllChannelSome()233 when(mConfig.canShowNotificationsOnLockscreen(mUser)).thenReturn(true); in testGlobalAllDpmSomeChannelNone()
38 boolean canShowNotificationsOnLockscreen(int userId); in canShowNotificationsOnLockscreen() method
57 mConfig.canShowNotificationsOnLockscreen(userId); in process()
2503 public boolean canShowNotificationsOnLockscreen(int userId) { in canShowNotificationsOnLockscreen() method in PreferencesHelper
27377 HPLcom/android/server/notification/PreferencesHelper;->canShowNotificationsOnLockscreen(I)Z+]Landro…