Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java393 mDataManager.getNotificationListenerServiceForTesting(USER_ID_PRIMARY); in testNotificationPosted()
412 mDataManager.getNotificationListenerServiceForTesting(USER_ID_PRIMARY); in testNotificationOpened()
435 mDataManager.getNotificationListenerServiceForTesting(USER_ID_PRIMARY); in testNotificationDismissed()
469 mDataManager.getNotificationListenerServiceForTesting(USER_ID_PRIMARY); in testShortcutNotUncachedIfNotificationChannelCreated()
496 mDataManager.getNotificationListenerServiceForTesting(USER_ID_PRIMARY); in testNotificationChannelCreated()
521 mDataManager.getNotificationListenerServiceForTesting(USER_ID_PRIMARY); in testNotificationChannelModified()
544 mDataManager.getNotificationListenerServiceForTesting(USER_ID_PRIMARY); in testNotificationChannelDeleted()
572 mDataManager.getNotificationListenerServiceForTesting(USER_ID_PRIMARY); in testUncacheShortcutWhenShutdown()
594 mDataManager.getNotificationListenerServiceForTesting(USER_ID_PRIMARY); in testDoNotUncacheShortcutWhenShutdownIfNotificationChannelCreated()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java584 NotificationListenerService getNotificationListenerServiceForTesting(@UserIdInt int userId) { in getNotificationListenerServiceForTesting() method in DataManager