Home
last modified time | relevance | path

Searched refs:getNotificationLockscreenUserManager (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationPresenter.java75 NotificationLockscreenUserManager getNotificationLockscreenUserManager(); in getNotificationLockscreenUserManager() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java78 when(mPresenter.getNotificationLockscreenUserManager()).thenReturn(lockscreenUserManager); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
DNotificationEntryManagerTest.java168 when(mPresenter.getNotificationLockscreenUserManager()).thenReturn(mLockscreenUserManager); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java556 if (!mStatusBar.getNotificationLockscreenUserManager().shouldShowOnKeyguard( in computeMaxKeyguardNotifications()
DStatusBar.java3149 public NotificationLockscreenUserManager getNotificationLockscreenUserManager() { in getNotificationLockscreenUserManager() method