Home
last modified time | relevance | path

Searched refs:mNotificationManagerPrivate (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java248 mService.mNotificationManagerPrivate, mock(ZenModeHelper.class), flagResolver); in initAttentionHelper()
DNotificationManagerServiceTest.java5916 mService.mNotificationManagerPrivate.timeoutNotification(notificationKey); in simulateNotificationTimeout()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1767 NotificationManagerPrivate mNotificationManagerPrivate = new NotificationManagerPrivate() { field in NotificationManagerService
2527 mTtlHelper = new TimeToLiveHelper(mNotificationManagerPrivate, getContext()); in init()
2578 mNotificationManagerPrivate, mZenModeHelper, flagResolver); in init()