Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java479 private NotificationManager getNotificationManager() { in getNotificationManager() method in ServiceTest
490 getNotificationManager().notify(id, notification); in sendNotification()
494 getNotificationManager().cancel(id); in cancelNotification()
502 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications(); in assertNotification()
535 StatusBarNotification[] sbns = getNotificationManager().getActiveNotifications(); in assertNoNotification()
706 getNotificationManager().createNotificationChannel(new NotificationChannel( in setUp()
727 getNotificationManager().deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in tearDown()