Home
last modified time | relevance | path

Searched refs:mNotificationManagerInternal (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java116 private NotificationManagerInternal mNotificationManagerInternal; field in DataManager
134 mNotificationManagerInternal = LocalServices.getService(NotificationManagerInternal.class); in initialize()
765 mNotificationManagerInternal.onConversationRemoved( in onShortcutsRemoved()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java121 @Mock private NotificationManagerInternal mNotificationManagerInternal; field in DataManagerTest
159 addLocalServiceMock(NotificationManagerInternal.class, mNotificationManagerInternal); in setUp()
643 verify(mNotificationManagerInternal) in testShortcutDeleted()