Home | History | Annotate | Download | only in stk

Lines Matching refs:mNotificationManager

173     private NotificationManager mNotificationManager = null;
318 mNotificationManager = (NotificationManager) mContext
1536 NotificationChannel channel = mNotificationManager
1577 mNotificationManager.notify(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId),
1583 mNotificationManager.cancel(getNotificationId(NOTIFICATION_ON_KEYGUARD, slotId));
1998 mNotificationManager.cancel(getNotificationId(slotId));
2045 mNotificationManager.notify(getNotificationId(slotId), notificationBuilder.build());
2063 mNotificationManager.createNotificationChannel(notificationChannel);