Searched refs:noMan (Results 1 – 2 of 2) sorted by relevance
98 NotificationManager noMan = (NotificationManager) context.getSystemService( in sendInvalidBubble() local100 noMan.notify(notifId, n); in sendInvalidBubble()146 NotificationManager noMan = (NotificationManager) context.getSystemService( in sendBubble() local148 noMan.notify(notifId, nb.build()); in sendBubble()
1125 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in testForegroundService_notificationChannelDeletion() local1135 noMan.deleteNotificationChannel(channel); in testForegroundService_notificationChannelDeletion()1150 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in testForegroundService_deferredNotificationChannelDeletion() local1160 noMan.deleteNotificationChannel(channel); in testForegroundService_deferredNotificationChannelDeletion()