Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DSendBubbleActivity.java79 NotificationManager noMan = (NotificationManager) context.getSystemService( in sendInvalidBubble() local
81 noMan.notify(notifId, n); in sendInvalidBubble()
127 NotificationManager noMan = (NotificationManager) context.getSystemService( in sendBubble() local
129 noMan.notify(notifId, nb.build()); in sendBubble()
/cts/tests/app/src/android/app/cts/
DServiceTest.java1200 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in testForegroundService_notificationChannelDeletion() local
1210 noMan.deleteNotificationChannel(channel); in testForegroundService_notificationChannelDeletion()
1225 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in testForegroundService_deferredNotificationChannelDeletion() local
1235 noMan.deleteNotificationChannel(channel); in testForegroundService_deferredNotificationChannelDeletion()