Searched refs:noMan (Results 1 – 2 of 2) sorted by relevance
79 NotificationManager noMan = (NotificationManager) context.getSystemService( in sendInvalidBubble() local81 noMan.notify(notifId, n); in sendInvalidBubble()127 NotificationManager noMan = (NotificationManager) context.getSystemService( in sendBubble() local129 noMan.notify(notifId, nb.build()); in sendBubble()
1200 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in testForegroundService_notificationChannelDeletion() local1210 noMan.deleteNotificationChannel(channel); in testForegroundService_notificationChannelDeletion()1225 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in testForegroundService_deferredNotificationChannelDeletion() local1235 noMan.deleteNotificationChannel(channel); in testForegroundService_deferredNotificationChannelDeletion()