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.java98 NotificationManager noMan = (NotificationManager) context.getSystemService( in sendInvalidBubble() local
100 noMan.notify(notifId, n); in sendInvalidBubble()
146 NotificationManager noMan = (NotificationManager) context.getSystemService( in sendBubble() local
148 noMan.notify(notifId, nb.build()); in sendBubble()
/cts/tests/app/src/android/app/cts/
DServiceTest.java1125 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in testForegroundService_notificationChannelDeletion() local
1135 noMan.deleteNotificationChannel(channel); in testForegroundService_notificationChannelDeletion()
1150 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in testForegroundService_deferredNotificationChannelDeletion() local
1160 noMan.deleteNotificationChannel(channel); in testForegroundService_deferredNotificationChannelDeletion()