Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DDialerShowsHunOnIncomingCallActivity.java62 NotificationManager notificationManager = in update() local
71 notificationManager.createNotificationChannel(channel); in update()
82 notificationManager.notify(notifyID, notification); in update()
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java56 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
57 notificationManager.createNotificationChannel(new NotificationChannel( in onStartCommand()
70 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onDestroy() local
71 notificationManager.deleteNotificationChannel(NOTIFICATION_CHANNEL_ID); in onDestroy()
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyForegroundService.java51 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
52 notificationManager.createNotificationChannel(new NotificationChannel( in onStartCommand()
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DFgService.java47 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
48 notificationManager.createNotificationChannel(new NotificationChannel( in onStartCommand()
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundService.java55 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStart() local
56 notificationManager.createNotificationChannel(new NotificationChannel( in onStart()
/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java138 NotificationManager notificationManager = in testShortcutResetSetupNotification() local
140 notificationManager.createNotificationChannel(new NotificationChannel( in testShortcutResetSetupNotification()
150 notificationManager.notify(0, nb.build()); in testShortcutResetSetupNotification()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java335 final NotificationManager notificationManager = in testTypeNotificationStateChangedAccessibilityEvent() local
344 notificationManager.createNotificationChannel(channel); in testTypeNotificationStateChangedAccessibilityEvent()
346 notificationManager.getNotificationChannel(channel.getId()); in testTypeNotificationStateChangedAccessibilityEvent()
381 notificationManager in testTypeNotificationStateChangedAccessibilityEvent()
398 notificationManager.deleteNotificationChannel(channel.getId()); in testTypeNotificationStateChangedAccessibilityEvent()
/cts/tests/app/src/android/app/cts/
DServiceTest.java183 NotificationManager notificationManager = in getNotificationManager() local
185 return notificationManager; in getNotificationManager()